Initializes object with specified error message and inner
exception object.
Namespace: Spire.Pdf.ExceptionsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfAnnotationException( string message, Exception innerException )
Public Sub New ( message As String, innerException As Exception )
public: PdfAnnotationException( String^ message, Exception^ innerException )
new : message : string * innerException : Exception -> PdfAnnotationException
Parameters
- message
- String
User defined error message.
- innerException
- Exception
The inner exception.