ReadOnlyValueModificationException Constructor (String) |
Initializes a new instance of the ReadOnlyValueModificationException class
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic ReadOnlyValueModificationException(
string message
)
Public Sub New (
message As String
)
public:
ReadOnlyValueModificationException(
String^ message
)
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception
See Also