'Declaration Public Function New( _
ByVal nodeNameA name of the node.As System.String, _
ByVal exceptionThe 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.