Exceptions thrown by Galois Field classes.

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

Syntax

C#
public class GFException : ArithmeticException
Visual Basic
Public Class GFException
	Inherits ArithmeticException
Visual C++
public ref class GFException : public ArithmeticException
F#
type GFException =  
    class
        inherit ArithmeticException
    end

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System..::..ArithmeticException
        BasicCard.Crypto.EC..::..GFException

See Also