Rhino.EcmaError.GetErrorMessage C# (CSharp) Method

GetErrorMessage() public method

Gets the message corresponding to the error.
Gets the message corresponding to the error. See ECMA edition 3, 15.11.7.10.
public GetErrorMessage ( ) : string
return string
		public virtual string GetErrorMessage()
		{
			return errorMessage;
		}