Mite.MiteError.MiteError C# (CSharp) Method

MiteError() public method

Initializes a new instance of the MiteError class.
public MiteError ( string message ) : System.Diagnostics
message string The message.
return System.Diagnostics
        public MiteError(string message)
        {
            Message = message;
        }

Same methods

MiteError::MiteError ( string message, string property ) : System.Diagnostics