StaticBindingError.BindingException Property
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.
The ParameterBindingException that this command element caused.
public:
property System::Management::Automation::ParameterBindingException ^ BindingException { System::Management::Automation::ParameterBindingException ^ get(); };
public System.Management.Automation.ParameterBindingException BindingException { get; }
member this.BindingException : System.Management.Automation.ParameterBindingException
Public ReadOnly Property BindingException As ParameterBindingException