C# Class WebSocketSharp.Net.CookieException

Inheritance: System.FormatException, ISerializable
Mostrar archivo Open project: hiddenswitch/Meteor-Unity

Public Methods

Method Description
CookieException ( ) : System

Initializes a new instance of the CookieException class.

Protected Methods

Method Description
CookieException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Initializes a new instance of the CookieException class from the specified SerializationInfo and StreamingContext.

Private Methods

Method Description
CookieException ( string message ) : System
CookieException ( string message, Exception innerException ) : System
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void

Method Details

CookieException() public method

Initializes a new instance of the CookieException class.
public CookieException ( ) : System
return System

CookieException() protected method

Initializes a new instance of the CookieException class from the specified SerializationInfo and StreamingContext.
protected CookieException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo /// A that contains the serialized object data. ///
streamingContext System.Runtime.Serialization.StreamingContext /// A that specifies the source for the deserialization. ///
return System