C# 클래스 Keyczar.InvalidCryptoVersionException

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

공개 메소드들

메소드 설명
InvalidCryptoVersionException ( ) : System

Initializes a new instance of the InvalidCryptoVersionException class.

InvalidCryptoVersionException ( string message ) : System

Initializes a new instance of the InvalidCryptoVersionException class.

InvalidCryptoVersionException ( string message, Exception innerException ) : System

Initializes a new instance of the InvalidCryptoVersionException class.

보호된 메소드들

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

Initializes a new instance of the InvalidCryptoVersionException class.

메소드 상세

InvalidCryptoVersionException() 공개 메소드

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

InvalidCryptoVersionException() 보호된 메소드

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

InvalidCryptoVersionException() 공개 메소드

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

InvalidCryptoVersionException() 공개 메소드

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