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




A string value which represents an error message.
An inner System.Exception.
Thrown when PDF Xpress is used before being initialized and allows passing 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 PdfXpressNotIntializedException(message, innerException)
public PdfXpressNotIntializedException( 
   string message,
   Exception innerException
)
public: PdfXpressNotIntializedException( 
   string* message,
   Exception* innerException
)
public:
PdfXpressNotIntializedException( 
   String^ message,
   Exception^ innerException
)

Parameters

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

Reference

PdfXpressNotIntializedException Class
PdfXpressNotIntializedException Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback