CodeDomSerializerException Constructor (Exception^, CodeLinePragma^)

 

Initializes a new instance of the CodeDomSerializerException class using the specified exception and line information.

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

public:
CodeDomSerializerException(
	Exception^ ex,
	CodeLinePragma^ linePragma
)

Parameters

ex
Type: System::Exception^

The exception to throw.

linePragma
Type: System.CodeDom::CodeLinePragma^

A CodeLinePragma that indicates where the exception occurred.

.NET Framework
Available since 1.1
Return to top
Show: