Initializes a new instance of the ImageSenseException class

Namespace: ImageSense
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ImageSenseException(
	string message,
	Exception innerException
)
Visual Basic
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
Visual C++
public:
ImageSenseException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System..::..String

[Missing <param name="message"/> documentation for "M:ImageSense.ImageSenseException.#ctor(System.String,System.Exception)"]

innerException
Type: System..::..Exception

[Missing <param name="innerException"/> documentation for "M:ImageSense.ImageSenseException.#ctor(System.String,System.Exception)"]

See Also