Share via


QueueException Class

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The exception that is thrown by a queue.

Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)

Usage

    Dim instance As QueueException

Syntax

'Declaration
<SerializableAttribute> _
Public Class QueueException
    Inherits Exception
[SerializableAttribute] 
public class QueueException : Exception
[SerializableAttribute] 
public ref class QueueException : public Exception
/** @attribute SerializableAttribute() */ 
public class QueueException extends Exception
SerializableAttribute 
public class QueueException extends Exception

Remarks

The .NET Service Bus supports only Full Trust code access security.

QueueException is the base class for all exceptions thrown by queue policy and message-related operations.

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.ServiceBus.QueueException
       Microsoft.ServiceBus.QueuePolicyException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

QueueException Members
Microsoft.ServiceBus Namespace