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




A string value which represents an error message.
An inner System.Exception.
Thrown when there is a licensing error 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 PdfXpressLicensingException(message, innerException)
public PdfXpressLicensingException( 
   string message,
   Exception innerException
)
public: PdfXpressLicensingException( 
   string* message,
   Exception* innerException
)
public:
PdfXpressLicensingException( 
   String^ message,
   Exception^ innerException
)

Parameters

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

Reference

PdfXpressLicensingException Class
PdfXpressLicensingException Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback