DataCacheException::GetObjectData Method (SerializationInfo^, StreamingContext)
The interface that is used for serialization.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
public: [SecurityCriticalAttribute] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) override
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
The SerializationInfo class used to store all the data that you need to serialize the exception.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The StreamingContext class used to describe the source and destination of the exception.
Show: