This topic has not yet been rated - Rate this topic

EndPrintEventArgs.Error Property

Gets an exception that indicates what kind of error occurred during printing, if an error occurred.

Namespace:  System.Windows.Printing
Assembly:  System.Windows (in System.Windows.dll)
public Exception Error { get; }

Property Value

Type: System.Exception
An exception that indicates what kind of error occurred during printing, if an error occurred. The default is null.

Use the Exception.Message property to determine what kind of error occurred during the printing process.

Silverlight

Supported in: 5, 4

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.