C# 클래스 YAMP.Exceptions.YAMPArgumentWrongTypeException

Class to use when an argument has the wrong-type and some other type was expected.
상속: YAMPRuntimeException
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
YAMPArgumentWrongTypeException ( String argumentType, String expectedType, String function ) : System

Creates a new instance of the argument wrong type exception.

YAMPArgumentWrongTypeException ( String argumentType, String expectedType, String function, String argumentName ) : System

Creates a new instance of the argument wrong type exception.

메소드 상세

YAMPArgumentWrongTypeException() 공개 메소드

Creates a new instance of the argument wrong type exception.
public YAMPArgumentWrongTypeException ( String argumentType, String expectedType, String function ) : System
argumentType String The given argument type.
expectedType String The expected argument type.
function String The function where this happened.
리턴 System

YAMPArgumentWrongTypeException() 공개 메소드

Creates a new instance of the argument wrong type exception.
public YAMPArgumentWrongTypeException ( String argumentType, String expectedType, String function, String argumentName ) : System
argumentType String The given argument type.
expectedType String The expected argument type.
function String The function where this happened.
argumentName String The name of the provided argument.
리턴 System