Example #1
0
 /// <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();
 }
Example #2
0
 /// <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());
 }