C# Class CsmMagic.Exceptions.OneStepNotFoundException

Describes an error caused by missing expected one step objects
Inheritance: System.ApplicationException
Mostra file Open project: JohnBloom/CsmMagic

Public Methods

Method Description
OneStepNotFoundException ( string oneStepName, string businessObjectTypeName ) : System

Protected Methods

Method Description
OneStepNotFoundException ( string message ) : System

Method Details

OneStepNotFoundException() protected method

protected OneStepNotFoundException ( string message ) : System
message string
return System

OneStepNotFoundException() public method

public OneStepNotFoundException ( string oneStepName, string businessObjectTypeName ) : System
oneStepName string
businessObjectTypeName string
return System