C# 클래스 FluentRandomPicker.Exceptions.NumberOfValuesDoesNotMatchNumberOfPrioritiesException

상속: Exception
파일 보기 프로젝트 열기: ndsvw/Fluent-Random-Picker

공개 메소드들

메소드 설명
NumberOfValuesDoesNotMatchNumberOfPrioritiesException ( ) : System

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.

NumberOfValuesDoesNotMatchNumberOfPrioritiesException ( string message ) : System

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.

NumberOfValuesDoesNotMatchNumberOfPrioritiesException ( string message, Exception innerException ) : System

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.

보호된 메소드들

메소드 설명
NumberOfValuesDoesNotMatchNumberOfPrioritiesException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.

메소드 상세

NumberOfValuesDoesNotMatchNumberOfPrioritiesException() 공개 메소드

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.
public NumberOfValuesDoesNotMatchNumberOfPrioritiesException ( ) : System
리턴 System

NumberOfValuesDoesNotMatchNumberOfPrioritiesException() 보호된 메소드

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.
protected NumberOfValuesDoesNotMatchNumberOfPrioritiesException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo Information.
context StreamingContext The context.
리턴 System

NumberOfValuesDoesNotMatchNumberOfPrioritiesException() 공개 메소드

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.
public NumberOfValuesDoesNotMatchNumberOfPrioritiesException ( string message ) : System
message string A message.
리턴 System

NumberOfValuesDoesNotMatchNumberOfPrioritiesException() 공개 메소드

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.
public NumberOfValuesDoesNotMatchNumberOfPrioritiesException ( string message, Exception innerException ) : System
message string A message.
innerException Exception An inner exception.
리턴 System