C# 클래스 Elmah.ApplicationException

상속: System.Exception
파일 보기 프로젝트 열기: elmah/Elmah

공개 메소드들

메소드 설명
ApplicationException ( ) : System

Initializes a new instance of the ApplicationException class.

ApplicationException ( string message ) : System

Initializes a new instance of the ApplicationException class with a specified error message.

ApplicationException ( string message, Exception innerException ) : System

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

보호된 메소드들

메소드 설명
ApplicationException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System

Initializes a new instance of the ApplicationException class with serialized data.

메소드 상세

ApplicationException() 공개 메소드

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

ApplicationException() 보호된 메소드

Initializes a new instance of the ApplicationException class with serialized data.
protected ApplicationException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

ApplicationException() 공개 메소드

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

ApplicationException() 공개 메소드

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