FramingFormatException Constructor (String, Exception)
Initializes a new instance of the FramingFormatException class with the specified error message.
Namespace: Microsoft.Web.Services3.Messaging.Framing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim message As String
Dim ex As Exception
Dim framingFormatException1 As New FramingFormatException(message, ex)
Syntax
'Declaration
Public Sub New( _
ByVal message As String, _
ByVal ex As Exception _
)
public FramingFormatException(
string message,
Exception ex
);
public:
FramingFormatException(
String^ message,
Exception^ ex
);
public FramingFormatException(
System.String message,
Exception ex
);
public function FramingFormatException(
message : String,
ex : Exception
);
Parameters
- message
The message that describes the error.
- ex
The exception that is the cause of the current 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
FramingFormatException Class
FramingFormatException Members
Microsoft.Web.Services3.Messaging.Framing Namespace