Exception class for exceptions caused by the card.
Namespace: BasicCard.GenericCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public class CardException : CommsException |
Visual Basic |
---|
<SerializableAttribute> <CLSCompliantAttribute(true)> Public Class CardException Inherits CommsException |
Visual C++ |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public ref class CardException : public CommsException |
F# |
---|
[<SerializableAttribute>] [<CLSCompliantAttribute(true)>] type CardException = class inherit CommsException end |
Inheritance Hierarchy
System..::..Object
System..::..Exception
System..::..SystemException
BasicCard..::..CommsException
BasicCard.GenericCards..::..CardException
System..::..Exception
System..::..SystemException
BasicCard..::..CommsException
BasicCard.GenericCards..::..CardException
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.