CodeDomSerializerException Constructor (String^, CodeLinePragma^)

 

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

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

public:
CodeDomSerializerException(
	String^ message,
	CodeLinePragma^ linePragma
)

Parameters

message
Type: System::String^

A message describing the exception.

linePragma
Type: System.CodeDom::CodeLinePragma^

A CodeLinePragma that indicates where the exception occurred.

.NET Framework
Available since 1.1
Return to top
Show: