Method | Description | |
---|---|---|
SearchException ( string message ) : System |
Initializes a new instance of the SearchException class.
|
|
SearchException ( string message, Exception innerException ) : System |
Initializes a new instance of the SearchException class.
|
public SearchException ( string message ) : System | ||
message | string | The message. |
return | System |
public SearchException ( string message, Exception innerException ) : System | ||
message | string | The message. |
innerException | Exception | The inner exception. |
return | System |