ErrorInfo Constructors

Definition

Overloads

ErrorInfo()

Initializes a new instance of the ErrorInfo class.

ErrorInfo(String, ResourceInfo[])

Initializes a new instance of the ErrorInfo class setting the error code and resource list.

ErrorInfo()

Initializes a new instance of the ErrorInfo class.

public:
 ErrorInfo();
public ErrorInfo ();
Public Sub New ()

Applies to

ErrorInfo(String, ResourceInfo[])

Initializes a new instance of the ErrorInfo class setting the error code and resource list.

public:
 ErrorInfo(System::String ^ errorCode, cli::array <Microsoft::Crm::Sdk::Messages::ResourceInfo ^> ^ resourceList);
public ErrorInfo (string errorCode, Microsoft.Crm.Sdk.Messages.ResourceInfo[] resourceList);
new Microsoft.Crm.Sdk.Messages.ErrorInfo : string * Microsoft.Crm.Sdk.Messages.ResourceInfo[] -> Microsoft.Crm.Sdk.Messages.ErrorInfo
Public Sub New (errorCode As String, resourceList As ResourceInfo())

Parameters

errorCode
String

The reason for a scheduling failure.

resourceList
ResourceInfo[]

The array of information about a resource that has a scheduling problem for an appointment.

Applies to