C# 클래스 EliteAPI.Exceptions.Abstractions.EliteDangerousApiException

Base class for all EliteAPI's exceptions
상속: Exception
파일 보기 프로젝트 열기: EliteAPI/EliteAPI

보호된 메소드들

메소드 설명
EliteDangerousApiException ( ) : System

Initializes a new instance of the EliteDangerousApiException class

EliteDangerousApiException ( string message ) : System

Initializes a new instance of the EliteDangerousApiException class with a specified error message

EliteDangerousApiException ( string message, Exception innerException ) : System

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

메소드 상세

EliteDangerousApiException() 보호된 메소드

Initializes a new instance of the EliteDangerousApiException class
protected EliteDangerousApiException ( ) : System
리턴 System

EliteDangerousApiException() 보호된 메소드

Initializes a new instance of the EliteDangerousApiException class with a specified error message
protected EliteDangerousApiException ( string message ) : System
message string The message that describes the error
리턴 System

EliteDangerousApiException() 보호된 메소드

Initializes a new instance of the EliteDangerousApiException class with a specified error message and a reference to the inner exception that is the cause of this exception
protected EliteDangerousApiException ( string message, Exception innerException ) : System
message string The message that describes the error
innerException Exception The inner exception that caused this exception
리턴 System