C# 클래스 NJsonApi.Common.Infrastructure.NJsonApiBaseException

상속: System.Exception
파일 보기 프로젝트 열기: jacek-gorgon/NJsonApi

공개 메소드들

메소드 설명
GetHttpStatusCode ( ) : HttpStatusCode

Return the default mapping of exception to standard HTTP error code. Default implementation returns 500. Sub-classes should override this when needed

NJsonApiBaseException ( ) : System
NJsonApiBaseException ( string message ) : System
NJsonApiBaseException ( string message, Exception innerException ) : System

보호된 메소드들

메소드 설명
NJsonApiBaseException ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
AssignId ( ) : void

메소드 상세

GetHttpStatusCode() 공개 메소드

Return the default mapping of exception to standard HTTP error code. Default implementation returns 500. Sub-classes should override this when needed
public GetHttpStatusCode ( ) : HttpStatusCode
리턴 HttpStatusCode

NJsonApiBaseException() 공개 메소드

public NJsonApiBaseException ( ) : System
리턴 System

NJsonApiBaseException() 보호된 메소드

protected NJsonApiBaseException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

NJsonApiBaseException() 공개 메소드

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

NJsonApiBaseException() 공개 메소드

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