Ejemplo n.º 1
0
 public static extern string Pm_GetErrorText(PmError errnum);
Ejemplo n.º 2
0
 public MidiException(PmError errorType, string message, Exception innerException)
     : base(message, innerException)
 {
     error_type = errorType;
 }
Ejemplo n.º 3
0
 public MidiException(PmError errorType, string message)
     : this(errorType, message, null)
 {
 }
 public static extern string Pm_GetErrorText(PmError errnum);
 public MidiException(PmError errorType, string message, Exception innerException)
     : base(message, innerException)
 {
     error_type = errorType;
 }
 public MidiException(PmError errorType, string message)
     : this(errorType, message, null)
 {
 }