XdsObjects Help file
XdsObjects Namespace / XdsErrorItem Class / XdsErrorItem Constructor / XdsErrorItem Constructor(XdsErrorCode,String,String)
XDS specific error code
Further information describing the error
The locatio of the error



In This Topic
    XdsErrorItem Constructor(XdsErrorCode,String,String)
    In This Topic
    Create a new XdsErrorItem from a System.Exception object and explicit CodeContext and Location values
    Syntax
    Public Function New( _
       ByVal ErrorCode As XdsErrorCode, _
       ByVal CodeContext As String, _
       ByVal Location As String _
    )
    Dim ErrorCode As XdsErrorCode
    Dim CodeContext As String
    Dim Location As String
     
    Dim instance As New XdsErrorItem(ErrorCode, CodeContext, Location)

    Parameters

    ErrorCode
    XDS specific error code
    CodeContext
    Further information describing the error
    Location
    The locatio of the error
    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