Accusoft.ImagXpressSdk Namespace > ImagXpressException Class > ImagXpressException Constructor : ImagXpressException Constructor(String,Exception) |
'Declaration Public Function New( _ ByVal message As String, _ ByVal innerException As Exception _ )
'Usage Dim message As String Dim innerException As Exception Dim instance As New ImagXpressException(message, innerException)
public ImagXpressException( string message, Exception innerException )
public: ImagXpressException( string* message, Exception* innerException )
public: ImagXpressException( String^ message, Exception^ innerException )