Exception reasons
Namespace: BasicCard.BasicCards.LoaderAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public enum ReasonEnum |
Visual Basic |
---|
<SerializableAttribute> <CLSCompliantAttribute(true)> Public Enumeration ReasonEnum |
Visual C++ |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public enum class ReasonEnum |
F# |
---|
[<SerializableAttribute>] [<CLSCompliantAttribute(true)>] type ReasonEnum |
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Unknown reason | |
InvalidImage | 1 | Image file is invalid | |
ImageVersionNotSupported | 2 | Version of image file is not supported | |
InvalidCard | 3 | Card type does not match image or is not a BasicCard at all. | |
LoadError | 4 | Error caused by card or reader during download of image. |