C# 클래스 Digipolis.Errors.Exceptions.BaseException

상속: System.Exception
파일 보기 프로젝트 열기: digipolisantwerp/errors_aspnetcore 1 사용 예제들

공개 메소드들

메소드 설명
BaseException ( ) : System
BaseException ( System.Error error, string message = null, Exception innerException = null ) : System
BaseException ( string message ) : System
BaseException ( string message, Exception innerException ) : System

보호된 메소드들

메소드 설명
CreateDefaultError ( string message ) : void

메소드 상세

BaseException() 공개 메소드

public BaseException ( ) : System
리턴 System

BaseException() 공개 메소드

public BaseException ( System.Error error, string message = null, Exception innerException = null ) : System
error System.Error
message string
innerException System.Exception
리턴 System

BaseException() 공개 메소드

public BaseException ( string message ) : System
message string
리턴 System

BaseException() 공개 메소드

public BaseException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

CreateDefaultError() 보호된 메소드

protected CreateDefaultError ( string message ) : void
message string
리턴 void