SPCmdlet.WriteError Method
Include Protected Members
Include Inherited Members
Writes the details of non-terminating errors to the screen as an error message and logs the details in a log file.
Overload List
Name | Description | |
---|---|---|
WriteError(ErrorRecord) | (Inherited from Cmdlet.) | |
WriteError(Exception, ErrorCategory, Object) | Writes the details of non-terminating errors to the screen as an error message and logs the details in a log file. | |
WriteError(Exception, ErrorCategory, Object, String) | Writes the details of non-terminating errors to the screen as an error message and logs the details in a log file. |
Top