ErrorRecordWrapper constructor

Wraps an ErrorRecord object to provide additional logging information.

public ErrorRecordWrapper(ErrorRecord errorRecord)
parameter description
errorRecord The error record to wrap.

Remarks

Initializes a new instance of the ErrorRecordWrapper class using the specified ErrorRecord.

See Also