View Source
Class SafeLazy.ExceptionHolder
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ExceptionHolder
Constructors
View Source
ExceptionHolder(ExceptionDispatchInfo)
Declaration
public ExceptionHolder(ExceptionDispatchInfo e)
Parameters
Type |
Name |
Description |
System.Runtime.ExceptionServices.ExceptionDispatchInfo |
e |
|
Properties
View Source
Exception
Declaration
public ExceptionDispatchInfo Exception { get; }
Property Value
Type |
Description |
System.Runtime.ExceptionServices.ExceptionDispatchInfo |
|