Accusoft.PrintPro8.Net
PrintProException Constructor(String,Exception)




A string value which represents the error message.
An inner System.Exception.
Initializes a new instance of the PrintProException class allowing passing in an error message and an inner exception.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal inner As Exception _
)
'Usage
 
Dim message As String
Dim inner As Exception
 
Dim instance As New PrintProException(message, inner)
public PrintProException( 
   string message,
   Exception inner
)
public: PrintProException( 
   string* message,
   Exception* inner
)
public:
PrintProException( 
   String^ message,
   Exception^ inner
)

Parameters

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

Reference

PrintProException Class
PrintProException Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback