C# Class QUT.Gplex.Parser.StringInterpretException

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

Public Methods

Method Description
StringInterpretException ( ) : System
StringInterpretException ( string text ) : System
StringInterpretException ( string message, Exception inner ) : System
StringInterpretException ( string text, string key ) : System

Protected Methods

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

Method Details

StringInterpretException() public method

public StringInterpretException ( ) : System
return System

StringInterpretException() protected method

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

StringInterpretException() public method

public StringInterpretException ( string text ) : System
text string
return System

StringInterpretException() public method

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

StringInterpretException() public method

public StringInterpretException ( string text, string key ) : System
text string
key string
return System