PDFNetExceptionGetCondExpr Method |
Gets the conditional expression that triggered the exception to be thrown.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetCondExpr()
Public Function GetCondExpr As String
public:
virtual String^ GetCondExpr() sealed
Return Value
Type:
StringThe conditional expression of the exception.
See Also