Class DuplicateTileException
Inheritance
DuplicateTileException
Assembly: AudioAnalysisTools.dll
public class DuplicateTileException : Exception, ISerializable
Constructors
|
Improve this Doc
View Source
Declaration
public DuplicateTileException(string name, ISuperTile current)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public ISuperTile Current { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public override string Message { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
public string Name { get; }
Property Value
Implements
Extension Methods