CauBaseCommand.ThrowTerminatingError Method (ErrorRecord)
Namespace: Microsoft.ClusterAwareUpdating.Commands
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
protected void ThrowTerminatingError(
ErrorRecord er
)
protected:
void ThrowTerminatingError(
ErrorRecord^ er
)
member ThrowTerminatingError :
er:ErrorRecord -> unit
Protected Sub ThrowTerminatingError (
er As ErrorRecord
)
Parameters
See Also
ThrowTerminatingError Overload
CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace
Return to top