C# Class Selene.Backend.InspectionException

Inheritance: System.Exception
Show file Open project: TobiasKappe/Selene

Public Properties

Property Type Description
Culprit System.Type

Public Methods

Method Description
InspectionException ( Type Culprit, string Description ) : System

Method Details

InspectionException() public method

public InspectionException ( Type Culprit, string Description ) : System
Culprit System.Type
Description string
return System

Property Details

Culprit public property

public Type,System Culprit
return System.Type