Accusoft.PrizmViewer10.AnnotationServer
AnnotException Constructor(Values)






An Errors.Values enumeration value which represents a known possible error.
Constructor which allows passing in Errors.Values which represent known possible errors by value.
Syntax
'Declaration
 
Public Function New( _
   ByVal Value As Errors.Values _
)
'Usage
 
Dim Value As Errors.Values
 
Dim instance As New AnnotException(Value)
public AnnotException( 
   Errors.Values Value
)
public AnnotException( 
    Value: Errors.Values
); 
public function AnnotException( 
   Value : Errors.Values
);
public: AnnotException( 
   Errors.Values Value
)
public:
AnnotException( 
   Errors.Values Value
)

Parameters

Value
An Errors.Values enumeration value which represents a known possible error.
See Also

Reference

AnnotException Class
AnnotException Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback