C# Class QUT.GPGen.StringInterpretException

Inheritance: System.Exception
Datei anzeigen Open project: spark-shading-language/spark

Public Methods

Method Description
StringInterpretException ( ) : System
StringInterpretException ( string message ) : System
StringInterpretException ( string message, Exception innerException ) : 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 message ) : System
message string
return System

StringInterpretException() public method

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