Click or drag to resize

GiroCheckoutException Klasse

Girocheckout
Zeigt Fehler an, die bei der Arbeit mit GiroCheckout aufgetreten sind.
Vererbungshierarchie
SystemObject
  SystemException
    GiroSolution.GiroCheckoutGiroCheckoutException

Namensraum:  GiroSolution.GiroCheckout
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
[SerializableAttribute]
public class GiroCheckoutException : Exception

Der GiroCheckoutException Typ exponiert die folgenden Member.

Konstruktoren
  NameBeschreibung
Public MethodeGiroCheckoutException(String)
Initializes a new instance of the GiroCheckoutException class
Public MethodeGiroCheckoutException(String, Exception)
Initializes a new instance of the GiroCheckoutException class
Zurück nach oben
Eigenschaften
  NameBeschreibung
Public EigenschaftData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Vererbt von Exception.)
Public EigenschaftHelpLink
Gets or sets a link to the help file associated with this exception.
(Vererbt von Exception.)
Public EigenschaftHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Vererbt von Exception.)
Public EigenschaftInnerException
Gets the Exception instance that caused the current exception.
(Vererbt von Exception.)
Public EigenschaftMessage
Gets a message that describes the current exception.
(Vererbt von Exception.)
Public EigenschaftSource
Gets or sets the name of the application or the object that causes the error.
(Vererbt von Exception.)
Public EigenschaftStackTrace
Gets a string representation of the immediate frames on the call stack.
(Vererbt von Exception.)
Public EigenschaftTargetSite
Gets the method that throws the current exception.
(Vererbt von Exception.)
Zurück nach oben
Methoden
  NameBeschreibung
Public MethodeEquals
Determines whether the specified object is equal to the current object.
(Vererbt von Object.)
Public MethodeGetBaseException
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Vererbt von Exception.)
Public MethodeGetHashCode
Serves as the default hash function.
(Vererbt von Object.)
Public MethodeGetObjectData
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Vererbt von Exception.)
Public MethodeGetType
Gets the runtime type of the current instance.
(Vererbt von Exception.)
Public MethodeToString
Creates and returns a string representation of the current exception.
(Vererbt von Exception.)
Zurück nach oben
Siehe auch