FabricException Constructor (SerializationInfo, StreamingContext, FabricErrorCode)
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Initializes a new instance of FabricException class with specified info, context and error code.
Namespace: System.Fabric
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
protected FabricException(
SerializationInfo info,
StreamingContext context,
FabricErrorCode errorCode
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoThe SerializationInfo object that contains serialized object data about the exception being thrown.
context
Type: System.Runtime.Serialization.StreamingContextThe StreamingContext object that contains contextual information about the source or destination. The context parameter is reserved for future use, and can be specified as null.
errorCode
Type: System.Fabric.FabricErrorCodeThe error code that the exception is wrapping around.
See Also
FabricException Overload
FabricException Class
System.Fabric Namespace
Return to top