RouterException Constructor (String)
[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the RouterException class, using the specified message.
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)
Usage
Dim message As String
Dim instance As New RouterException(message)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public RouterException (
string message
)
public:
RouterException (
String^ message
)
public RouterException (
String message
)
public function RouterException (
message : String
)
Parameters
- message
The error message that explains the reason for the exception.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
RouterException Class
RouterException Members
Microsoft.ServiceBus Namespace