ExceptionExtensions Class

Definition

Extension methods for exceptions.

public ref class ExceptionExtensions abstract sealed
public static class ExceptionExtensions
type ExceptionExtensions = class
Public Module ExceptionExtensions
Inheritance
ExceptionExtensions

Methods

AddData<T>(T, String, Object[])

Adds data to the Data member of exception before returning the modified exception.

Applies to