C# 클래스 FluentRandomPicker.Exceptions.NotEnoughValuesToPickException

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

공개 메소드들

메소드 설명
NotEnoughValuesToPickException ( ) : System

Initializes a new instance of the NotEnoughValuesToPickException class.

NotEnoughValuesToPickException ( string message ) : System

Initializes a new instance of the NotEnoughValuesToPickException class.

NotEnoughValuesToPickException ( string message, Exception innerException ) : System

Initializes a new instance of the NotEnoughValuesToPickException class.

보호된 메소드들

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

Initializes a new instance of the NotEnoughValuesToPickException class.

메소드 상세

NotEnoughValuesToPickException() 공개 메소드

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

NotEnoughValuesToPickException() 보호된 메소드

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

NotEnoughValuesToPickException() 공개 메소드

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

NotEnoughValuesToPickException() 공개 메소드

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