Artemis.Engine.RenderPipelineException.RenderPipelineException C# (CSharp) Метод

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

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

Same methods

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