C# 클래스 Enyim.Caching.Memcached.CommandNotSupportedException

상속: MemcachedClientException
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net

공개 메소드들

메소드 설명
CommandNotSupportedException ( ) : System

Initializes a new instance of the T:CommandNotSupportedException class.

CommandNotSupportedException ( string message ) : System

Initializes a new instance of the T:CommandNotSupportedException class with a specified error message.

CommandNotSupportedException ( string message, Exception inner ) : System

Initializes a new instance of the T:CommandNotSupportedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

보호된 메소드들

메소드 설명
CommandNotSupportedException ( System info, System context ) : System

Initializes a new instance of the T:CommandNotSupportedException class with serialized data.

메소드 상세

CommandNotSupportedException() 공개 메소드

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

CommandNotSupportedException() 보호된 메소드

Initializes a new instance of the T:CommandNotSupportedException class with serialized data.
protected CommandNotSupportedException ( System info, System context ) : System
info System
context System
리턴 System

CommandNotSupportedException() 공개 메소드

Initializes a new instance of the T:CommandNotSupportedException class with a specified error message.
public CommandNotSupportedException ( string message ) : System
message string
리턴 System

CommandNotSupportedException() 공개 메소드

Initializes a new instance of the T:CommandNotSupportedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public CommandNotSupportedException ( string message, Exception inner ) : System
message string
inner System.Exception
리턴 System