Table of Contents

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 ExceptionType
message string

Properties

Type

public ExceptionType Type { get; set; }

Property Value

ExceptionType