Accusoft.ImagXpress13.Net
ProcessorException Constructor(String,Exception)




A string value which represents the error message.
An System.Exception.
Constructor which allows passing in a message and inner exception.
Syntax
'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 ProcessorException(message, innerException)
public ProcessorException( 
   string message,
   Exception innerException
)
public: ProcessorException( 
   string* message,
   Exception* innerException
)
public:
ProcessorException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
A string value which represents the error message.
innerException
An System.Exception.
See Also

Reference

ProcessorException Class
ProcessorException Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback