Click or drag to resize
Ipv4NetworkConflictException Constructor (INetwork, String, Exception)

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

Initializes a new instance of the Ipv4NetworkConflictException class

Namespace: Netadmin.Management.Network.Exceptions
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public Ipv4NetworkConflictException(
	INetwork existing,
	string message,
	Exception innerException
)

Parameters

existing
Type: Netadmin.Management.Network.Dto.IPv4INetwork

[Missing <param name="existing"/> documentation for "M:Netadmin.Management.Network.Exceptions.Ipv4NetworkConflictException.#ctor(Netadmin.Management.Network.Dto.IPv4.INetwork,System.String,System.Exception)"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Netadmin.Management.Network.Exceptions.Ipv4NetworkConflictException.#ctor(Netadmin.Management.Network.Dto.IPv4.INetwork,System.String,System.Exception)"]

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:Netadmin.Management.Network.Exceptions.Ipv4NetworkConflictException.#ctor(Netadmin.Management.Network.Dto.IPv4.INetwork,System.String,System.Exception)"]

See Also