Click or drag to resize

FrameworkException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of FrameworkException class.

Namespace:  EBP.Framework.Common.Interfaces
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
protected FrameworkException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
the serialization info that holds the serialized object data about the exception being thrown
context
Type: System.Runtime.SerializationStreamingContext
streaming context that contains contextual information about the source or destination.
See Also