PSPropertyExpressionResult(Object, PSPropertyExpression, Exception) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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