Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Sets the SerializationInfo with information about the exception.
Namespace: Microsoft.Xrm.Client.Services.Samples
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public override void GetObjectData(
SerializationInfo info,
StreamingContext context
)
public:
virtual void GetObjectData(
SerializationInfo^ info,
StreamingContext context
) override
override GetObjectData :
info:SerializationInfo *
context:StreamingContext -> unit
Public Overrides Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoType: System.Runtime.Serialization.SerializationInfo. Contains the serialized object data about the exception being thrown.
context
Type: System.Runtime.Serialization.StreamingContextType: StreamingContext. Contains contextual information about the source or destination.
Implements
ISerializable.GetObjectData(SerializationInfo, StreamingContext) _Exception.GetObjectData(SerializationInfo, StreamingContext)
See Also
DeviceRegistrationFailedException Class
Microsoft.Xrm.Client.Services.Samples Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright