C# 클래스 Keyczar.InvalidKeyTypeException

상속: System.Exception
파일 보기 프로젝트 열기: jbtule/keyczar-dotnet

공개 메소드들

메소드 설명
InvalidKeyTypeException ( ) : System

Initializes a new instance of the InvalidKeyTypeException class.

InvalidKeyTypeException ( string message ) : System

Initializes a new instance of the InvalidKeyTypeException class.

InvalidKeyTypeException ( string message, Exception innerException ) : System

Initializes a new instance of the InvalidKeyTypeException class.

보호된 메소드들

메소드 설명
InvalidKeyTypeException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the InvalidKeyTypeException class.

메소드 상세

InvalidKeyTypeException() 공개 메소드

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

InvalidKeyTypeException() 보호된 메소드

Initializes a new instance of the InvalidKeyTypeException class.
protected InvalidKeyTypeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The info.
context System.Runtime.Serialization.StreamingContext The context.
리턴 System

InvalidKeyTypeException() 공개 메소드

Initializes a new instance of the InvalidKeyTypeException class.
public InvalidKeyTypeException ( string message ) : System
message string The message.
리턴 System

InvalidKeyTypeException() 공개 메소드

Initializes a new instance of the InvalidKeyTypeException class.
public InvalidKeyTypeException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
리턴 System