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




A string value which represents the error message.
An inner System.Exception.
Thrown when trying to open a document with the wrong password or no password 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 InvalidPasswordException(message, innerException)
public InvalidPasswordException( 
   string message,
   Exception innerException
)
public: InvalidPasswordException( 
   string* message,
   Exception* innerException
)
public:
InvalidPasswordException( 
   String^ message,
   Exception^ innerException
)

Parameters

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

Reference

InvalidPasswordException Class
InvalidPasswordException Members
Overload List

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback