Gets or sets the error id of the cause for the current exception.
public int ErrorId {get; set;}
public int ErrorId {get; set;}
get_ErrorId();
set_ErrorId(value);
public:
property int ErrorId {
int get();
void set ( int value);
}
'Declaration
Public Property ErrorId As Integer
'Usage
Dim instance As CloudFault
Dim value As Integer
instance.ErrorId = value
value = instance.ErrorId
Property Value
An
System.Int32 value that specifies what caused the exception.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2