Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
ReadOnlyObjectException ( |
Initializes a new instance of the ReadOnlyObjectException class.
|
public ReadOnlyObjectException ( ) : System | ||
Результат | System |
protected ReadOnlyObjectException ( |
||
info | ||
context | ||
Результат | System |
public ReadOnlyObjectException ( string message ) : System | ||
message | string | A custom message to pass along with this exception. |
Результат | System |
public ReadOnlyObjectException ( string message, |
||
message | string | A custom message to pass along with this exception. |
inner | The exception that caused this exception. | |
Результат | System |