Method | Description | |
---|---|---|
OutOfRangeException ( ) : System |
Default constructor
|
|
OutOfRangeException ( string message ) : System |
Constructor with passed message
|
public OutOfRangeException ( string message ) : System | ||
message | string | Message of the exception |
return | System |