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




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

Parameters

number
An integer value which represents the error number.
message
A string value which represents the error message.
See Also

Reference

PrintProException Class
PrintProException Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback