ErrorCategoryInfo
Class
Definition
Contains auxiliary information about an ErrorRecord
public class ErrorCategoryInfo
- Inheritance
-
ErrorCategoryInfo
Properties
| Activity |
text description of the operation which encountered the error |
| Category | |
| Reason |
text description of the error |
| TargetName |
text description of the target object |
| TargetType |
text description of the type of the target object |
Methods
| GetMessage() |
concise text description based on Category |
| GetMessage(CultureInfo) |
concise text description based on Category |
| ToString() |
Same as GetMessage() |