LEADTOOLS Cloud (Leadtools.Services.Cloud.FaultContracts assembly)
LEAD Technologies, Inc

ErrorId Property






Gets or sets the error id of the cause for the current exception.
Syntax
public int ErrorId {get; set;}
'Declaration
 
Public Property ErrorId As Integer
'Usage
 
Dim instance As CloudFault
Dim value As Integer
 
instance.ErrorId = value
 
value = instance.ErrorId
public int ErrorId {get; set;}
 get_ErrorId();
set_ErrorId(value);
public:
property int ErrorId {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 value that specifies what caused the exception.
Requirements

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

See Also

Reference

CloudFault Class
CloudFault Members
Programming with Leadtools Cloud SDK

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.