Instantiates a new IncompatibleSystemSettingException using the supplied message along with an additional exception that caused this one to be thrown

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

Parameters

message
Type: System..::.String
The error message string.
innerException
Type: System..::.Exception
The inner exception reference.

See Also