Create a new instance.


Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Class Method.InvalidEBiPotOffsetException
    Inherits Exception
C#
public class Method.InvalidEBiPotOffsetException : Exception
C++
ref class Method.InvalidEBiPotOffsetException : Exception
J#
public class Method.InvalidEBiPotOffsetException extends Exception
JScript
public class Method.InvalidEBiPotOffsetException extends Exception

Inheritance Hierarchy

System.Object
   System.Exception
      PalmSens.Method.InvalidEBiPotOffsetException

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also