Accusoft.PdfXpress7.Net
AnnotationSubtypeMissingOrInvalidException Constructor(String,Exception)




A string value which represents the error message.
An inner System.Exception.
Thrown when an annotation dictionary has an invalid (not a name object) or missing /Subtype key, allowing to pass in an error message and inner exception.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
'Usage
 
Dim message As String
Dim innerException As Exception
 
Dim instance As New AnnotationSubtypeMissingOrInvalidException(message, innerException)
public AnnotationSubtypeMissingOrInvalidException( 
   string message,
   Exception innerException
)
public: AnnotationSubtypeMissingOrInvalidException( 
   string* message,
   Exception* innerException
)
public:
AnnotationSubtypeMissingOrInvalidException( 
   String^ message,
   Exception^ innerException
)

Parameters

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

Reference

AnnotationSubtypeMissingOrInvalidException Class
AnnotationSubtypeMissingOrInvalidException Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback