QueuePolicyException Constructor (String, Exception)
[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the QueuePolicyException class, using the specified message and inner exception.
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)
Usage
Dim message As String
Dim innerException As Exception
Dim instance As New QueuePolicyException(message, innerException)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
public QueuePolicyException (
string message,
Exception innerException
)
public:
QueuePolicyException (
String^ message,
Exception^ innerException
)
public QueuePolicyException (
String message,
Exception innerException
)
public function QueuePolicyException (
message : String,
innerException : Exception
)
Parameters
- message
The error message that explains the reason for the exception.
- innerException
The exception that is the cause of the current 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
QueuePolicyException Class
QueuePolicyException Members
Microsoft.ServiceBus Namespace