C# 클래스 ToSic.SexyContent.Engines.RenderingException

상속: System.Exception
파일 보기 프로젝트 열기: 2sic/2sxc

공개 프로퍼티들

프로퍼티 타입 설명
RenderStatus RenderStatusType

공개 메소드들

메소드 설명
RenderingException ( Exception innerException ) : System
RenderingException ( RenderStatusType renderStat, Exception innerException ) : System
RenderingException ( RenderStatusType renderStat, string message ) : System
RenderingException ( string message ) : System
RenderingException ( string message, Exception innerException ) : System

메소드 상세

RenderingException() 공개 메소드

public RenderingException ( Exception innerException ) : System
innerException System.Exception
리턴 System

RenderingException() 공개 메소드

public RenderingException ( RenderStatusType renderStat, Exception innerException ) : System
renderStat RenderStatusType
innerException System.Exception
리턴 System

RenderingException() 공개 메소드

public RenderingException ( RenderStatusType renderStat, string message ) : System
renderStat RenderStatusType
message string
리턴 System

RenderingException() 공개 메소드

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

RenderingException() 공개 메소드

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

프로퍼티 상세

RenderStatus 공개적으로 프로퍼티

public RenderStatusType RenderStatus
리턴 RenderStatusType