메소드 | 설명 | |
---|---|---|
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.
|
public NotEnoughValuesToPickException ( ) : System | ||
리턴 | System |
protected NotEnoughValuesToPickException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | Information. |
context | StreamingContext | The context. |
리턴 | System |
public NotEnoughValuesToPickException ( string message ) : System | ||
message | string | A message. |
리턴 | System |
public NotEnoughValuesToPickException ( string message, Exception innerException ) : System | ||
message | string | A message. |
innerException | Exception | An inner exception. |
리턴 | System |