ReplicationAgentException.GetObjectData(SerializationInfo, StreamingContext)
ReplicationAgentException.GetObjectData(SerializationInfo, StreamingContext)
ReplicationAgentException.GetObjectData(SerializationInfo, StreamingContext)
Method
정의
예외 정보를 사용하여 지정된 SerializationInfo를 설정합니다. Sets the specified SerializationInfo with information about the exception.
public:
override void GetObjectData(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
public override void GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Public Overrides Sub GetObjectData (info As SerializationInfo, context As StreamingContext)
매개 변수
직렬화된 개체 데이터를 보유하는 개체입니다. The object that holds the serialized object data.
원본 또는 대상에 대한 문맥 정보입니다. The contextual information about the source or destination.