Accusoft.PrizmViewer10.AnnotationServer
AnnotException Constructor(String)






A string value which represents the error description.
Constructor which allows passing in an string value which represents the error description.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As System.String _
)
'Usage
 
Dim message As System.String
 
Dim instance As New AnnotException(message)
public AnnotException( 
   System.string message
)
public AnnotException( 
    message: System.String
); 
public function AnnotException( 
   message : System.String
);
public: AnnotException( 
   System.string* message
)
public:
AnnotException( 
   System.String^ message
)

Parameters

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