Click or drag to resize

InternalException Constructor (String, Exception)

Initializes a new instance of the InternalException class

Namespace:  Easymap.AddIn.Common
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public InternalException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
Message that describes the exception.
innerException
Type: SystemException
Exception that caused the current exception.
See Also