ErrorCategoryInfo Class

Definition

Contains auxiliary information about an ErrorRecord

public ref class ErrorCategoryInfo
public class ErrorCategoryInfo
type ErrorCategoryInfo = class
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()

Applies to