C# Class CsmMagic.Exceptions.OneStepNotFoundException

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

Méthodes publiques

Méthode Description
OneStepNotFoundException ( string oneStepName, string businessObjectTypeName ) : System

Méthodes protégées

Méthode Description
OneStepNotFoundException ( string message ) : System

Method Details

OneStepNotFoundException() protected méthode

protected OneStepNotFoundException ( string message ) : System
message string
Résultat System

OneStepNotFoundException() public méthode

public OneStepNotFoundException ( string oneStepName, string businessObjectTypeName ) : System
oneStepName string
businessObjectTypeName string
Résultat System