[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 PubSubConnectionFailedException

Namespace: Microsoft.WebSolutionsPlatform.Event.PubSubManager
Assembly: PubSubMgr (PubSubMgr)

Syntax

Visual Basic (Declaration)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
C#
protected PubSubConnectionFailedException (
	SerializationInfo info,
	StreamingContext context
)
C++
protected:
PubSubConnectionFailedException (
	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.