Skip to main content
Row

SpreadsheetInvalidFormatExceptionEventArgs(Exception, String) Constructor

Initializes a new instance of the SpreadsheetInvalidFormatExceptionEventArgs class with the specified exception and source URI value.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public SpreadsheetInvalidFormatExceptionEventArgs(
    Exception e,
    string sourceUri
)

Parameters

Name Type Description
e Exception

A Exception object specifying an exception that caused the event.

sourceUri String

A String value specifying the URI of the document that caused the error.

Remarks

The SpreadsheetInvalidFormatExceptionEventArgs instance is created automatically and passed to the handler of the SpreadsheetControl.InvalidFormatException event.

See Also