'宣言 Public Function New( _ ByVal message As System.String, _ ByVal innerException As System.Exception _ )
'使用法 Dim message As System.String Dim innerException As System.Exception Dim instance As New PdfPasswordException(message, innerException)
public PdfPasswordException( System.string message, System.Exception innerException )
パラメータ
- message
- innerException