Click or drag to resize

InternalException(String, Exception) Constructor

Initializes a new instance of the InternalException class

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

Parameters

message  String
Message that describes the exception.
innerException  Exception
Exception that caused the current exception.
See Also