BasicCard loader exception

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

Syntax

C#
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public class BasicCardLoaderException : CardServiceException, 
	ISerializable
Visual Basic
<SerializableAttribute>
<CLSCompliantAttribute(true)>
Public Class BasicCardLoaderException
	Inherits CardServiceException
	Implements ISerializable
Visual C++
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public ref class BasicCardLoaderException : public CardServiceException, 
	ISerializable
F#
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
type BasicCardLoaderException =  
    class
        inherit CardServiceException
        interface ISerializable
    end

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      BasicCard..::..CommsException
        BasicCard.GenericCards..::..CardServiceException
          BasicCard.BasicCards.Loader..::..BasicCardLoaderException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also