ImagingException Constructor (String, Exception) |
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ImagingException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
ImagingException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> ImagingException
Parameters
- message
- Type: SystemString
- innerException
- Type: SystemException
See Also