WrappedException Constructor

Initializes a new WrappedException with the specified InnerException property.

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
public WrappedException(
	Exception innerException
)

Parameters

innerException  Exception
The exception that resulted in this exception being thrown.

See Also