Click or drag to resize

ExternalOperationFailedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the FrontApiException class with serialized data.

Namespace:  Resto.Front.Api.Exceptions
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
protected ExternalOperationFailedException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
context
Type: System.Runtime.SerializationStreamingContext
See Also