ObjectReadOnlyException Constructor |
Name | Description | |
---|---|---|
ObjectReadOnlyException() |
Initializes a new instance of the ObjectReadOnlyException class with the default error message.
| |
ObjectReadOnlyException(String) |
Initializes a new instance of the ObjectReadOnlyException class with a given error message.
| |
ObjectReadOnlyException(String, Exception) |
Initializes a new instance of the ObjectReadOnlyException class with a given error message and inner exception.
|