VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfRuntimeError Class / PdfRuntimeError Constructor(String,Exception)
Syntax Requirements SeeAlso
In This Topic
    PdfRuntimeError Constructor(String,Exception)
    In This Topic
    Initializes a new instance of the PdfRuntimeError class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal nodeName
    A name of the node.
    As System.String, _
    ByVal exception
    The exception.
    As System.Exception _
    )
    public PdfRuntimeError(
    System.String nodeName,
    System.Exception exception
    )
    public: PdfRuntimeError(
    System.String nodeName,
    System.Exception* exception
    )
    public:
    PdfRuntimeError(
    System.String nodeName,
    System.Exception^ exception
    )

    Parameters

    nodeName
    A name of the node.
    exception
    The exception.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also