Method | Description | |
---|---|---|
EmptyEnumerableException ( ) : System |
Initializes a new instance of the EmptyEnumerableException class.
|
|
EmptyEnumerableException ( string paramName ) : System |
Initializes a new instance of the EmptyEnumerableException class.
|
|
EmptyEnumerableException ( string message, |
Initializes a new instance of the EmptyEnumerableException class.
|
|
EmptyEnumerableException ( string message, string paramName ) : System |
Initializes a new instance of the EmptyEnumerableException class.
|
|
EmptyEnumerableException ( string message, string paramName, |
Initializes a new instance of the EmptyEnumerableException class.
|
Method | Description | |
---|---|---|
EmptyEnumerableException ( |
protected EmptyEnumerableException ( |
||
info | ||
context | ||
return | System |
public EmptyEnumerableException ( string paramName ) : System | ||
paramName | string | The name of the parameter. |
return | System |
public EmptyEnumerableException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
return | System |
public EmptyEnumerableException ( string message, string paramName ) : System | ||
message | string | The message. |
paramName | string | Name of the param. |
return | System |
public EmptyEnumerableException ( string message, string paramName, |
||
message | string | The message. |
paramName | string | Name of the param. |
innerException | The inner exception. | |
return | System |