Class PayloadGenerator.BezahlCode.BezahlCodeException
Inheritance
PayloadGenerator.BezahlCode.BezahlCodeException
Assembly: Subsembly.Scraper.dll
Syntax
public class PayloadGenerator.BezahlCode.BezahlCodeException : Exception, ISerializable
Constructors
BezahlCodeException()
Declaration
public BezahlCodeException()
BezahlCodeException(string)
Declaration
public BezahlCodeException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
BezahlCodeException(string, Exception)
Declaration
public BezahlCodeException(string message, Exception inner)
Parameters
Implements