Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
NotEnoughValuesToPickException ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the NotEnoughValuesToPickException class.
|
public NotEnoughValuesToPickException ( ) : System | ||
return | System |
protected NotEnoughValuesToPickException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | Information. |
context | StreamingContext | The context. |
return | System |
public NotEnoughValuesToPickException ( string message ) : System | ||
message | string | A message. |
return | System |
public NotEnoughValuesToPickException ( string message, Exception innerException ) : System | ||
message | string | A message. |
innerException | Exception | An inner exception. |
return | System |