Class SpessaException
- Namespace
- SpessaSharp.Utils
- Assembly
- SpessaSharp.dll
public class SpessaException : Exception, ISerializable
- Inheritance
-
SpessaException
- Implements
-
- Derived
-
- Inherited Members
-
Constructors
SpessaException(string)
public SpessaException(string msg)
Parameters
msg string
SpessaException(string, Exception)
public SpessaException(string msg, Exception inner)
Parameters
msg string
inner Exception
Methods
Invalid(string)
public static InvalidOperationException Invalid(string msg)
Parameters
msg string
Returns
- InvalidOperationException
ParsingMidi(Exception)
public static SpessaException.ParserMidi ParsingMidi(Exception inner)
Parameters
inner Exception
Returns
- SpessaException.ParserMidi
ParsingMidi(string)
public static SpessaException.ParserMidi ParsingMidi(string msg)
Parameters
msg string
Returns
- SpessaException.ParserMidi
ParsingSoundBank(Exception)
public static SpessaException.ParserSoundBank ParsingSoundBank(Exception inner)
Parameters
inner Exception
Returns
- SpessaException.ParserSoundBank
ParsingSoundBank(string)
public static SpessaException.ParserSoundBank ParsingSoundBank(string msg)
Parameters
msg string
Returns
- SpessaException.ParserSoundBank