C# Class CrestSharp.Infrastructure.CrestException

Inheritance: System.Exception
Mostrar archivo Open project: rischwa/eve-fast-fitting-assessment

Public Properties

Property Type Description
ExceptionType string

Public Methods

Method Description
CrestException ( string exceptionType, string message ) : System

Method Details

CrestException() public method

public CrestException ( string exceptionType, string message ) : System
exceptionType string
message string
return System

Property Details

ExceptionType public_oe property

public string ExceptionType
return string