Method | Description | |
---|---|---|
ReadOnlyObjectException ( ) : System |
Initializes a new instance of the ReadOnlyObjectException class.
|
|
ReadOnlyObjectException ( string message ) : System |
Initializes a new instance of the ReadOnlyObjectException class.
|
|
ReadOnlyObjectException ( string message, |
Initializes a new instance of the ReadOnlyObjectException class.
|
Method | Description | |
---|---|---|
ReadOnlyObjectException ( |
Initializes a new instance of the ReadOnlyObjectException class.
|
protected ReadOnlyObjectException ( |
||
info | ||
context | ||
return | System |
public ReadOnlyObjectException ( string message ) : System | ||
message | string | A custom message to pass along with this exception. |
return | System |
public ReadOnlyObjectException ( string message, |
||
message | string | A custom message to pass along with this exception. |
inner | The exception that caused this exception. | |
return | System |