Bagikan melalui


PropertyReadOnlyException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the PropertyReadOnlyException class.

Overload List

  Name Description
Public method PropertyReadOnlyException() Initializes a new instance of the PropertyReadOnlyException class.
Public method PropertyReadOnlyException(String) Initializes a new instance of the PropertyReadOnlyException class for the specified property.
Public method PropertyReadOnlyException(String, Exception) Initializes a new instance of the PropertyReadOnlyException class with the specified message and the specified inner exception.

Top