C# 클래스 FluentRandomPicker.Exceptions.PickingNegativeNumberOfValuesNotPossibleException

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

공개 메소드들

메소드 설명
PickingNegativeNumberOfValuesNotPossibleException ( ) : System

Initializes a new instance of the PickingNegativeNumberOfValuesNotPossibleException class.

PickingNegativeNumberOfValuesNotPossibleException ( string message ) : System

Initializes a new instance of the PickingNegativeNumberOfValuesNotPossibleException class.

PickingNegativeNumberOfValuesNotPossibleException ( string message, Exception innerException ) : System

Initializes a new instance of the PickingNegativeNumberOfValuesNotPossibleException class.

보호된 메소드들

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

Initializes a new instance of the PickingNegativeNumberOfValuesNotPossibleException class.

메소드 상세

PickingNegativeNumberOfValuesNotPossibleException() 공개 메소드

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

PickingNegativeNumberOfValuesNotPossibleException() 보호된 메소드

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

PickingNegativeNumberOfValuesNotPossibleException() 공개 메소드

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

PickingNegativeNumberOfValuesNotPossibleException() 공개 메소드

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