/// <summary> /// Gets a text representation of an error code. /// </summary> /// <returns>The error name.</returns> /// <param name="errorCode">Error code.</param> public static string GetErrorName(MidiDriverError errorCode) { return errorCode.ToString(); }
/// <summary> /// Gets a text representation of an error code. /// </summary> /// <returns>The error name.</returns> /// <param name="errorCode">Error code.</param> public static string GetErrorName(MidiDriverError errorCode) { return(errorCode.ToString()); }