ActiveDirectoryObjectExistsException Constructor (SerializationInfo^, StreamingContext)

 

Initializes a new instance of the ActiveDirectoryObjectExistsException class, using the specified serialization information and streaming context.

Namespace:   System.DirectoryServices.ActiveDirectory
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

protected:
ActiveDirectoryObjectExistsException(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

The SerializationInfo object for the exception.

context
Type: System.Runtime.Serialization::StreamingContext

The StreamingContext object for the exception.

.NET Framework
Available since 2.0
Return to top
Show: