ErrorCategoryInfo Class  
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.
Contains auxiliary information about an ErrorRecord
public ref class ErrorCategoryInfopublic class ErrorCategoryInfotype ErrorCategoryInfo = classPublic 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() |