Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | List of all members
Loyc.ReadOnlyException Class Reference

An exception thrown when an attempt is made to modify a read-only object. More...


Source file:
Inheritance diagram for Loyc.ReadOnlyException:

Remarks

An exception thrown when an attempt is made to modify a read-only object.

Public Member Functions

 ReadOnlyException (string?msg)
 
 ReadOnlyException (string msg, Exception innerException)