C# Class QUT.Gplex.Parser.GplexInternalException

Inheritance: System.Exception
Exibir arquivo Open project: spark-shading-language/spark

Public Methods

Method Description
GplexInternalException ( ) : System
GplexInternalException ( string message ) : System
GplexInternalException ( string message, Exception inner ) : System

Protected Methods

Method Description
GplexInternalException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GplexInternalException() public method

public GplexInternalException ( ) : System
return System

GplexInternalException() protected method

protected GplexInternalException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

GplexInternalException() public method

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

GplexInternalException() public method

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