C# 클래스 System.AppDomainUnloadedException

상속: SystemException
파일 보기 프로젝트 열기: nanoframework/CoreLibrary

공개 메소드들

메소드 설명
AppDomainUnloadedException ( )

Initializes a new instance of the AppDomainUnloadedException class.

AppDomainUnloadedException ( String message )

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

AppDomainUnloadedException ( String message, Exception innerException )

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

메소드 상세

AppDomainUnloadedException() 공개 메소드

Initializes a new instance of the AppDomainUnloadedException class.

AppDomainUnloadedException() 공개 메소드

Initializes a new instance of the AppDomainUnloadedException class with a specified error message.
public AppDomainUnloadedException ( String message )
message String The message that describes the error.

AppDomainUnloadedException() 공개 메소드

Initializes a new instance of the AppDomainUnloadedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public AppDomainUnloadedException ( String message, Exception innerException )
message String The message that describes the error.
innerException Exception The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.