Class BugException
Implements
Inherited Members
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public sealed class BugException : CustomerSupportException, ISerializable
Constructors
| Edit this page View SourceBugException(string)
Declaration
public BugException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
BugException(string, Exception)
Declaration
public BugException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | inner |