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