C# Class AcManager.Tools.AcErrors.AcErrorException

Inheritance: System.Exception
Show file Open project: gro-ove/actools

Public Properties

Property Type Description
AcError AcError

Public Methods

Method Description
AcErrorException ( AcCommonObject target, AcErrorType type ) : System

Method Details

AcErrorException() public method

public AcErrorException ( AcCommonObject target, AcErrorType type ) : System
target AcManager.Tools.AcObjectsNew.AcCommonObject
type AcErrorType
return System

Property Details

AcError public property

public AcError,AcManager.Tools.AcErrors AcError
return AcError