Base exception class for BasicCard .Net Library.

Namespace: BasicCard
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public class CommsException : SystemException
Visual Basic
<SerializableAttribute>
<CLSCompliantAttribute(true)>
Public Class CommsException
	Inherits SystemException
Visual C++
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public ref class CommsException : public SystemException
F#
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
type CommsException =  
    class
        inherit SystemException
    end

Remarks

This base classs is mainly used for exceptions caused by communication with chip card or card reader.

Inheritance Hierarchy

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also