BaZic.Runtime.BaZic.Runtime.Debugger.Exceptions.IncoherentStatementException.IncoherentStatementException C# (CSharp) Method

IncoherentStatementException() public method

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

Same methods

IncoherentStatementException::IncoherentStatementException ( string message ) : System
IncoherentStatementException