C# Class QUT.Gplex.Parser.RegExException

Inheritance: System.Exception
Mostrar archivo Open project: spark-shading-language/spark

Protected Methods

Method Description
RegExException ( SerializationInfo i, StreamingContext c ) : System

Private Methods

Method Description
AdjustIndex ( int delta ) : RegExException
ListError ( ErrorHandler handler, LexSpan span ) : void
RegExException ( int errorNum, int stringIx, int count, string message ) : System

Method Details

RegExException() protected method

protected RegExException ( SerializationInfo i, StreamingContext c ) : System
i System.Runtime.Serialization.SerializationInfo
c System.Runtime.Serialization.StreamingContext
return System