Share via


Dumper.SetException(Exception) Method

Definition

Sets an exception of the dumper.

public:
 void SetException(Exception ^ ex);
public void SetException (Exception ex);
member this.SetException : Exception -> unit
Public Sub SetException (ex As Exception)

Parameters

ex
Exception

The exception.

Applies to