UnsupportedEncryptionException Constructor(String,Exception)
Initializes a new PDFUnsupportedEncryptionException object.
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 UnsupportedEncryptionException(message, innerException)
public UnsupportedEncryptionException( string message, Exception innerException )
Parameters
- message
- the message that describes the exception.
- innerException
- The exception that is the cause of the current exception.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also