Method | Description | |
---|---|---|
LineSearchFailedException ( ) : System |
Initializes a new instance of the LineSearchFailedException class.
|
|
LineSearchFailedException ( int info, string message ) : System |
Initializes a new instance of the LineSearchFailedException class.
|
|
LineSearchFailedException ( string message ) : System |
Initializes a new instance of the LineSearchFailedException class.
|
|
LineSearchFailedException ( string message, |
Initializes a new instance of the LineSearchFailedException class.
|
Method | Description | |
---|---|---|
LineSearchFailedException ( |
Initializes a new instance of the LineSearchFailedException class.
|
Method | Description | |
---|---|---|
GetObjectData ( |
public LineSearchFailedException ( ) : System | ||
return | System |
protected LineSearchFailedException ( |
||
info | The |
|
context | The |
|
return | System |
public LineSearchFailedException ( int info, string message ) : System | ||
info | int | The error code information of the line search routine. |
message | string | Message providing some additional information. |
return | System |
public LineSearchFailedException ( string message ) : System | ||
message | string | Message providing some additional information. |
return | System |
public LineSearchFailedException ( string message, |
||
message | string | Message providing some additional information. |
innerException | The exception that is the cause of the current exception. | |
return | System |