TrialLimitationsException

TrialLimitationsException(string)

TrialLimitationsException 클래스의 새 인스턴스를 초기화합니다.

public TrialLimitationsException(string message)
모수 유형 설명
message String 위반된 제한을 설명하는 메시지

또한보십시오


TrialLimitationsException(string, Exception)

지정된 오류 메시지와 이 예외의 원인인 내부 예외에 대한 참조를 사용하여 TrialLimitationsException 클래스의 새 인스턴스를 초기화합니다.

public TrialLimitationsException(string message, Exception innerException)
모수 유형 설명
message String 예외 컨텍스트를 설명하는 메시지
innerException Exception 내부 예외

또한보십시오