'Declaration Public Function New( _
ByVal messageThe message that describes the error.As System.String, _
ByVal innerExceptionThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.As System.Exception _
)
public PdfDecoderException(
System.String message,
System.Exception innerException
)
public: PdfDecoderException(
System.String message,
System.Exception* innerException
)
public:
PdfDecoderException(
System.String message,
System.Exception^ innerException
)
Parameters
- message
- The message that describes the error.
- innerException
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.