C# 클래스 WebSocketSharp.Net.CookieException

상속: System.FormatException, ISerializable
파일 보기 프로젝트 열기: hiddenswitch/Meteor-Unity

공개 메소드들

메소드 설명
CookieException ( ) : System

Initializes a new instance of the CookieException class.

보호된 메소드들

메소드 설명
CookieException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

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

비공개 메소드들

메소드 설명
CookieException ( string message ) : System
CookieException ( string message, Exception innerException ) : System
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void

메소드 상세

CookieException() 공개 메소드

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

CookieException() 보호된 메소드

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. ///
리턴 System