SoxExceptionErrorCode Property | |
Gets an error code that indicates the current exception.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [XmlAttributeAttribute(AttributeName = "ErrorCode")]
public int ErrorCode { get; set; }
public:
[XmlAttributeAttribute(AttributeName = L"ErrorCode")]
property int ErrorCode {
int get ();
void set (int value);
}
function get_ErrorCode();
function set_ErrorCode(value);
Property Value
Type:
Int32See Also