ContentOtherErrorsException(SerializationInfo, StreamingContext) Constructor

Definition

Initializes a new instance of the ContentOtherErrorsException class with serialized data.

protected:
 ContentOtherErrorsException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ContentOtherErrorsException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Lync.Model.ContentOtherErrorsException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Lync.Model.ContentOtherErrorsException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

SerializationInfo object that holds the serialized object data about the exception being thrown.

context
StreamingContext

StreamingContext object that contains contextual information about the source or destination.

Applies to