Sdílet prostřednictvím


AddressingFormatException Constructor

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

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

Usage

'Usage
Dim message As String
Dim addressingFormatException1 As New AddressingFormatException(message)

Syntax

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

Parameters

  • message
    The error message for the exception.

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

AddressingFormatException Class
AddressingFormatException Members
Microsoft.Web.Services3.Addressing Namespace