C# Класс Artemis.Engine.RenderPipelineException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
RenderPipelineException ( ) : System
RenderPipelineException ( SerializationInfo info, StreamingContext context ) : System
RenderPipelineException ( string message ) : System
RenderPipelineException ( string message, Exception inner ) : System

Описание методов

RenderPipelineException() публичный Метод

public RenderPipelineException ( ) : System
Результат System

RenderPipelineException() публичный Метод

public RenderPipelineException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

RenderPipelineException() публичный Метод

public RenderPipelineException ( string message ) : System
message string
Результат System

RenderPipelineException() публичный Метод

public RenderPipelineException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System