Edit

Share via


NotStartedByUserException(SerializationInfo, StreamingContext) Constructor

Definition

Initializes a new instance of this class with serialized data.

protected:
 NotStartedByUserException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected NotStartedByUserException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Lync.Model.NotStartedByUserException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Lync.Model.NotStartedByUserException
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