Class Issue
- Namespace
- Glitch9
public class Issue : Exception, ISerializable
- Inheritance
-
Issue
- Implements
- Inherited Members
- Extension Methods
Constructors
Issue(ExceptionType, string)
public Issue(ExceptionType type, string message = null)
Parameters
type
ExceptionTypemessage
string
Properties
Type
public ExceptionType Type { get; set; }