XopDocumentException Constructor

Initializes a new instance of the XopDocumentException class using the specified error message.

Namespace: Microsoft.Web.Services3.Mime
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim message As String
Dim xopDocumentException1 As New XopDocumentException(message)

Syntax

'Declaration
Public Sub New( _
    ByVal message As String _
)
public XopDocumentException(
    string message
);
public:
XopDocumentException(
    String^ message
);
public XopDocumentException(
    System.String message
);
public function XopDocumentException(
     message : String
);

Parameters

  • message

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

XopDocumentException Class
XopDocumentException Members
Microsoft.Web.Services3.Mime Namespace