GiroCheckoutException Konstruktor (String, Exception) |
Girocheckout
Namensraum: GiroSolution.GiroCheckoutAssembly: GiroCheckout (in GiroCheckout.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic GiroCheckoutException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
GiroCheckoutException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> GiroCheckoutException
Parameter
- message
- Typ: SystemString
[Missing <param name="message"/> documentation for "M:GiroSolution.GiroCheckout.GiroCheckoutException.#ctor(System.String,System.Exception)"]
- inner
- Typ: SystemException
[Missing <param name="inner"/> documentation for "M:GiroSolution.GiroCheckout.GiroCheckoutException.#ctor(System.String,System.Exception)"]
Siehe auch