Accusoft.PdfXpress6.Net
PdfXpressLibraryException Constructor(String,Exception)




A string value which represents the error message.
An inner System.Exception.
Thrown when there is an error with the underlying PDF library and allows an error message and an inner exception to be passed in.
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 PdfXpressLibraryException(message, innerException)
public PdfXpressLibraryException( 
   string message,
   Exception innerException
)
public: PdfXpressLibraryException( 
   string* message,
   Exception* innerException
)
public:
PdfXpressLibraryException( 
   String^ message,
   Exception^ innerException
)

Parameters

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

Reference

PdfXpressLibraryException Class
PdfXpressLibraryException Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback