AsynchronousOperationException Constructor
Initializes a new instance of the SoapFormatException class with the specified error message.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim wrapped As Exception
Dim asynchronousOperationException1 As New AsynchronousOperationException(wrapped)
Syntax
'Declaration
Public Sub New( _
ByVal wrapped As Exception _
)
public AsynchronousOperationException(
Exception wrapped
);
public:
AsynchronousOperationException(
Exception^ wrapped
);
public AsynchronousOperationException(
Exception wrapped
);
public function AsynchronousOperationException(
wrapped : Exception
);
Parameters
- wrapped
The message that describes the error.
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
AsynchronousOperationException Class
AsynchronousOperationException Members
Microsoft.Web.Services3 Namespace