FabricException Constructor (SerializationInfo, StreamingContext)
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Initializes a new instance of the FabricException class from serialized state.
Namespace: System.Fabric
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
protected FabricException(
SerializationInfo info,
StreamingContext context
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoContains serialized object data about the exception being thrown.
context
Type: System.Runtime.Serialization.StreamingContextContains contextual information about the source or destination.
See Also
FabricException Overload
FabricException Class
System.Fabric Namespace
Return to top