PDFNetExceptionCondExpr Property |
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 CondExpr { get; }
Public ReadOnly Property CondExpr As String
Get
public:
virtual property String^ CondExpr {
String^ get () sealed;
}
Property Value
Type:
StringSee Also