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