XdsObjects Help file
XdsObjects Namespace / XdsErrorItem Class / CodeContext Property



CodeContext Property
Supplies additional detail for the errorCode
Syntax
Public Property CodeContext As String
Dim instance As XdsErrorItem
Dim value As String
 
instance.CodeContext = value
 
value = instance.CodeContext
public string CodeContext {get; set;}
public:
property String^ CodeContext {
   String^ get();
   void set (    String^ value);
}
Remarks
This provides additional information to supplement the ErrorCode, and corresponds to the codeContext defined in the technical framework
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