CleanExceptionGetObjectData Method |
Note: This API is now obsolete.
When overridden in a derived class, sets the
SerializationInfo with information about the exception.
Namespace:
Dundas.BI.WebApi
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [ObsoleteAttribute(DiagnosticId = "SYSLIB0051")]
public override void GetObjectData(
SerializationInfo info,
StreamingContext context
)
<ObsoleteAttribute(DiagnosticId := "SYSLIB0051")>
Public Overrides Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
public:
[ObsoleteAttribute(DiagnosticId = L"SYSLIB0051")]
virtual void GetObjectData(
SerializationInfo^ info,
StreamingContext context
) override
[<ObsoleteAttribute(DiagnosticId = "SYSLIB0051")>]
abstract GetObjectData :
info : SerializationInfo *
context : StreamingContext -> unit
[<ObsoleteAttribute(DiagnosticId = "SYSLIB0051")>]
override GetObjectData :
info : SerializationInfo *
context : StreamingContext -> unit
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 See Also