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



In This Topic
    XdsUnsubscriptionResponse 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 XdsUnsubscriptionResponse(e, ErrorCode)
    public XdsUnsubscriptionResponse( 
       Exception e,
       XdsErrorCode ErrorCode
    )
    public:
    XdsUnsubscriptionResponse( 
       Exception^ e,
       XdsErrorCode ErrorCode
    )

    Parameters

    e
    The 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