C# Class Artemis.Engine.RenderPipelineException

Inheritance: System.Exception
Datei anzeigen Open project: ArtemisEngine/Artemis-Engine

Public Methods

Method Description
RenderPipelineException ( ) : System
RenderPipelineException ( SerializationInfo info, StreamingContext context ) : System
RenderPipelineException ( string message ) : System
RenderPipelineException ( string message, Exception inner ) : System

Method Details

RenderPipelineException() public method

public RenderPipelineException ( ) : System
return System

RenderPipelineException() public method

public RenderPipelineException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

RenderPipelineException() public method

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

RenderPipelineException() public method

public RenderPipelineException ( string message, Exception inner ) : System
message string
inner System.Exception
return System