C# 클래스 Keyczar.UnofficialNeedsExplicitUseException

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

공개 메소드들

메소드 설명
UnofficialNeedsExplicitUseException ( ) : System

Initializes a new instance of the UnofficialNeedsExplicitUseException class.

UnofficialNeedsExplicitUseException ( string message ) : System

Initializes a new instance of the UnofficialNeedsExplicitUseException class.

UnofficialNeedsExplicitUseException ( string message, Exception innerException ) : System

Initializes a new instance of the UnofficialNeedsExplicitUseException class.

보호된 메소드들

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

Initializes a new instance of the UnofficialNeedsExplicitUseException class.

메소드 상세

UnofficialNeedsExplicitUseException() 공개 메소드

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

UnofficialNeedsExplicitUseException() 보호된 메소드

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

UnofficialNeedsExplicitUseException() 공개 메소드

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

UnofficialNeedsExplicitUseException() 공개 메소드

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