XdsObjects Help file
XdsObjects.Dsub Namespace / XdsCreatePullPointResponse Class / XdsCreatePullPointResponse Constructor / XdsCreatePullPointResponse Constructor(Exception,XdsErrorCode)
Exception
XdsErrorCode



In This Topic
    XdsCreatePullPointResponse Constructor(Exception,XdsErrorCode)
    In This Topic
    Public Constructor
    Syntax
    Public Function New( _
       ByVal e As Exception, _
       ByVal ErrorCode As XdsErrorCode _
    )
    Dim e As Exception
    Dim ErrorCode As XdsErrorCode
     
    Dim instance As New XdsCreatePullPointResponse(e, ErrorCode)
    public XdsCreatePullPointResponse( 
       Exception e,
       XdsErrorCode ErrorCode
    )
    public:
    XdsCreatePullPointResponse( 
       Exception^ e,
       XdsErrorCode ErrorCode
    )

    Parameters

    e
    Exception
    ErrorCode
    XdsErrorCode
    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