Click or drag to resize
ValueCanNotBeChangedException Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the ValueCanNotBeChangedException class

Namespace: Netadmin.Management.Common.Exceptions
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public ValueCanNotBeChangedException(
	Type type,
	string propertyName
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Netadmin.Management.Common.Exceptions.ValueCanNotBeChangedException.#ctor(System.Type,System.String)"]

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Netadmin.Management.Common.Exceptions.ValueCanNotBeChangedException.#ctor(System.Type,System.String)"]

See Also