WritingCancelledEventArgs Constructor (Exception^)

 

Initializes a new instance of the WritingCancelledEventArgs class.

Namespace:   System.Windows.Documents.Serialization
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
WritingCancelledEventArgs(
	Exception^ exception
)

Parameters

exception
Type: System::Exception^

The exception that canceled the write operation.

.NET Framework
Available since 3.0
Return to top
Show: