C# 클래스 SyncroSim.STSim.ExceptionUtils

파일 보기 프로젝트 열기: ApexRMS/stsim

공개 메소드들

메소드 설명
ThrowArgumentException ( string message ) : void
ThrowInvalidOperationException ( string message ) : void

메소드 상세

ThrowArgumentException() 공개 정적인 메소드

public static ThrowArgumentException ( string message ) : void
message string
리턴 void

ThrowInvalidOperationException() 공개 정적인 메소드

public static ThrowInvalidOperationException ( string message ) : void
message string
리턴 void