ErrorId Property
Summary
Gets or sets the error id of the cause for the current exception.
Syntax
[DataMemberAttribute(Name="ErrorId", IsRequired=true)]
public int ErrorId { get; set; }
Public Property ErrorId As Integer
public:
property int ErrorId {
int get();
void set ( int );
}
Property Value
An System.Int32 value that specifies what caused the exception.