Class CustomerSupportException
Inheritance
CustomerSupportException
Assembly: Glitch9.dll
Syntax
public class CustomerSupportException : Exception, ISerializable
Constructors
|
Edit this page
View Source
CustomerSupportException(string)
Declaration
public CustomerSupportException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
|
Edit this page
View Source
CustomerSupportException(string, Exception)
Declaration
public CustomerSupportException(string message, Exception inner)
Parameters
Implements
Extension Methods