Share via


QueueException Constructor (SerializationInfo, StreamingContext)

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

Initializes a new instance of the QueueException class, using the specified serialization and streaming context.

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

Usage

    Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New QueueException(info, context)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected QueueException (
    SerializationInfo info,
    StreamingContext context
)
protected:
QueueException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected QueueException (
    SerializationInfo info, 
    StreamingContext context
)
protected function QueueException (
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • info
    The SerializationInfo that holds the serialized object data about the exception being thrown.
  • context
    The StreamingContext that contains contextual information about the source or destination.

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 Class
QueueException Members
Microsoft.ServiceBus Namespace