[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Base constructor to create a new SharedQueueFullException

Namespace: Microsoft.WebSolutionsPlatform.Common
Assembly: WspSharedQueue (WspSharedQueue)

Syntax

Visual Basic (Declaration)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
C#
protected SharedQueueFullException (
	SerializationInfo info,
	StreamingContext context
)
C++
protected:
SharedQueueFullException (
	SerializationInfo^ info, 
	StreamingContext context
)

Parameters

info (System.Runtime.Serialization.SerializationInfo)
The SerializationInfo that holds the serialized object data about the exception being thrown.
context (System.Runtime.Serialization.StreamingContext)
The StreamingContext that contains contextual information about the source or destination.