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



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