Rhino.EvaluatorException.EvaluatorException C# (CSharp) Method

EvaluatorException() public method

public EvaluatorException ( string detail ) : Rhino
detail string
return Rhino
		public EvaluatorException(string detail) : base(detail)
		{
		}

Same methods

EvaluatorException::EvaluatorException ( string detail, string sourceName, int lineNumber ) : Rhino
EvaluatorException::EvaluatorException ( string detail, string sourceName, int lineNumber, string lineSource, int columnNumber ) : Rhino