C# 클래스 Elmah.TestException

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

공개 메소드들

메소드 설명
TestException ( ) : System

Initializes a new instance of the TestException class.

TestException ( string message ) : System

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

TestException ( string message, Exception innerException ) : System

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

비공개 메소드들

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

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

메소드 상세

TestException() 공개 메소드

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

TestException() 공개 메소드

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

TestException() 공개 메소드

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