CodeDomSerializerException Constructor (Exception^, IDesignerSerializationManager^)

 

Initializes a new instance of the CodeDomSerializerException class.

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System.Design (in System.Design.dll)

public:
CodeDomSerializerException(
	Exception^ ex,
	IDesignerSerializationManager^ manager
)

Parameters

ex
Type: System::Exception^

The exception to throw.

manager
Type: System.ComponentModel.Design.Serialization::IDesignerSerializationManager^

The IDesignerSerializationManager object from which to extract the context.

Exception Condition
ArgumentNullException

Manager is null.

.NET Framework
Available since 2.0
Return to top
Show: