| EgaisDataBeerExceptionGetObjectData Method  | 
 When overridden in a derived class, sets the SerializationInfo with information about the exception.
 
    Namespace: 
   Resto.Front.Api.Exceptions
    Assembly:
   Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
 Syntax
Syntaxpublic override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
 The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
- Type: System.Runtime.SerializationStreamingContext
 The StreamingContext that contains contextual information about the source or destination.
Implements
ISerializableGetObjectData(SerializationInfo, StreamingContext) Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | The info parameter is a null reference ( in Visual Basic). | 
| SecurityException | The caller does not have the required permission. | 
 See Also
See Also