C# 클래스 CsmMagic.Exceptions.OneStepNotFoundException

Describes an error caused by missing expected one step objects
상속: System.ApplicationException
파일 보기 프로젝트 열기: JohnBloom/CsmMagic

공개 메소드들

메소드 설명
OneStepNotFoundException ( string oneStepName, string businessObjectTypeName ) : System

보호된 메소드들

메소드 설명
OneStepNotFoundException ( string message ) : System

메소드 상세

OneStepNotFoundException() 보호된 메소드

protected OneStepNotFoundException ( string message ) : System
message string
리턴 System

OneStepNotFoundException() 공개 메소드

public OneStepNotFoundException ( string oneStepName, string businessObjectTypeName ) : System
oneStepName string
businessObjectTypeName string
리턴 System