Method | Description | |
---|---|---|
InvalidArgumentCountException ( ) : System | ||
InvalidArgumentCountException ( string command, int expected, int actual ) : System |
Method | Description | |
---|---|---|
InvalidArgumentCountException ( System info, System context ) : System |
public InvalidArgumentCountException ( ) : System | ||
return | System |
protected InvalidArgumentCountException ( System info, System context ) : System | ||
info | System | |
context | System | |
return | System |
public InvalidArgumentCountException ( string command, int expected, int actual ) : System | ||
command | string | |
expected | int | |
actual | int | |
return | System |