Accusoft.PrizmViewer10.AnnotationServer
AnnotException Constructor(Int32,String)






An integer value which represents the error number.
A string value which represents the error description.
Constructor which allows passing in an integer and string values which represent the error number and error description.
Syntax
'Declaration
 
Public Function New( _
   ByVal Number As System.Integer, _
   ByVal message As System.String _
)
'Usage
 
Dim Number As System.Integer
Dim message As System.String
 
Dim instance As New AnnotException(Number, message)
public AnnotException( 
   System.int Number,
   System.string message
)
public AnnotException( 
    Number: System.Integer;
    message: System.String
); 
public function AnnotException( 
   Number : System.int,
   message : System.String
);
public: AnnotException( 
   System.int Number,
   System.string* message
)
public:
AnnotException( 
   System.int Number,
   System.String^ message
)

Parameters

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

Reference

AnnotException Class
AnnotException Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback