[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: WspSharedQueue (WspSharedQueue)
Base constructor to create a new SharedQueueInitializationException
Namespace: Microsoft.WebSolutionsPlatform.Common
Assembly: WspSharedQueue (WspSharedQueue)
Syntax
Visual Basic (Declaration) |
---|
Protected Sub New ( _ info As SerializationInfo, _ context As StreamingContext _ ) |
C# |
---|
protected SharedQueueInitializationException ( SerializationInfo info, StreamingContext context ) |
C++ |
---|
protected: SharedQueueInitializationException ( 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.