CodeDomSerializerException Constructor (String^, IDesignerSerializationManager^)

 

Initializes a new instance of the CodeDomSerializerException class.

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

public:
CodeDomSerializerException(
	String^ message,
	IDesignerSerializationManager^ manager
)

Parameters

message
Type: System::String^

A message describing the exception.

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: