HostedEmailAdaptorException.GetObjectData Method (SerializationInfo, StreamingContext)
Sets the serialization information with the specified information and context.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailBase (in Wssg.HostedEmailBase.dll)
Syntax
public override void GetObjectData(
SerializationInfo info,
StreamingContext context
)
public:
virtual void GetObjectData(
SerializationInfo^ info,
StreamingContext context
) override
Public Overrides Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoHolds the serialized object data about the exception being thrown.
context
Type: System.Runtime.Serialization.StreamingContextContains contextual information about the source or destination.
Implements
ISerializable.GetObjectData(SerializationInfo, StreamingContext) _Exception.GetObjectData(SerializationInfo, StreamingContext)
See Also
HostedEmailAdaptorException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top