BaZic.Runtime.BaZic.Runtime.Debugger.Exceptions.IncoherentStatementException.IncoherentStatementException C# (CSharp) 메소드

IncoherentStatementException() 공개 메소드

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

Same methods

IncoherentStatementException::IncoherentStatementException ( string message ) : System
IncoherentStatementException