CodeDomSerializerException Constructor (String^, IDesignerSerializationManager^)
.NET Framework (current version)
Initializes a new instance of the CodeDomSerializerException class.
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
Available since 2.0
Show: