PSPropertyExpressionResult(Object, PSPropertyExpression, Exception) Constructor

Definition

Create a property expression result containing the original object, matching property expression and any exception generated during the match process.

public PSPropertyExpressionResult (object res, Microsoft.PowerShell.Commands.PSPropertyExpression re, Exception e);
new Microsoft.PowerShell.Commands.PSPropertyExpressionResult : obj * Microsoft.PowerShell.Commands.PSPropertyExpression * Exception -> Microsoft.PowerShell.Commands.PSPropertyExpressionResult
Public Sub New (res As Object, re As PSPropertyExpression, e As Exception)

Parameters

res
Object

Applies to