C# Class BaZic.Runtime.BaZic.Runtime.Debugger.Exceptions.IncoherentStatementException

Inheritance: BaZic.Runtime.BaZic.Runtime.Debugger.Exceptions.BaZicInterpreterException, ISerializable
Mostra file Open project: veler/BaZic

Public Methods

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

Private Methods

Method Description
IncoherentStatementException ( string message ) : System

Initializes a new instance of the IncoherentStatementException class.

Method Details

IncoherentStatementException() public method

public IncoherentStatementException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System