Class CanProvisionIssue
Defines a CanProvision Issue item
Inheritance
System.Object
CanProvisionIssue
Namespace: PnP.Framework.Provisioning.CanProvisionRules
Assembly: PnP.Framework.dll
Syntax
public class CanProvisionIssue : object
Properties
ExceptionMessage
Provides the Message of the source Exception of an Issue
Declaration
public string ExceptionMessage { get; set; }
Property Value
System.
|
ExceptionStackTrace
Provides the StackTrace of the source Exception of an Issue
Declaration
public string ExceptionStackTrace { get; set; }
Property Value
System.
|
Message
Provides a text-based description of the Issue
Declaration
public string Message { get; set; }
Property Value
System.
|
Source
The Source of the CanProvision Issue
Declaration
public string Source { get; set; }
Property Value
System.
|
Tag
Provides a unique Tag for the current issue
Declaration
public CanProvisionIssueTags Tag { get; set; }