Instantiates a new IncompatibleSystemSettingException using the supplied message along with an additional exception that caused this one to be thrown
Namespace: Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public IncompatibleSystemSettingException(
string message,
Exception innerException
) |
| Visual Basic |
|---|
Public Sub New ( _
message As String, _
innerException As Exception _
) |
| Visual C++ |
|---|
public:
IncompatibleSystemSettingException(
String^ message,
Exception^ innerException
) |
See Also