C# Class ToSic.SexyContent.Engines.RenderingException

Inheritance: System.Exception
Show file Open project: 2sic/2sxc

Public Properties

Property Type Description
RenderStatus RenderStatusType

Public Methods

Method Description
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

Method Details

RenderingException() public method

public RenderingException ( Exception innerException ) : System
innerException System.Exception
return System

RenderingException() public method

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

RenderingException() public method

public RenderingException ( RenderStatusType renderStat, string message ) : System
renderStat RenderStatusType
message string
return System

RenderingException() public method

public RenderingException ( string message ) : System
message string
return System

RenderingException() public method

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

Property Details

RenderStatus public property

public RenderStatusType RenderStatus
return RenderStatusType