ProviderError Class

Class ProviderError.
public class ProviderError : DataObject
This language is not supported or no code example is available.
public ref class ProviderError : public DataObject^
This language is not supported or no code example is available.
public class ProviderError 
extends DataObject
This language is not supported or no code example is available.
Name Description
Public constructor ProviderError() Initializes a new instance of the ProviderError class.
Public constructor ProviderError(DateTime, ProviderErrorType, byte, int, int, string) Initializes a new instance of the ProviderError class.
Public constructor ProviderError(DateTime, ProviderErrorType, byte, string) Initializes a new instance of the ProviderError class.
Top
Name Description
Public property Code Gets or sets the code.
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property Id Gets or sets the identifier.
Public property ProviderId Gets or sets the provider identifier.
Public property Text Gets or sets the text.
Public property Type Gets or sets error type.
Public property TypeId Gets the type identifier.
Top
Methods
 
Name Description
Public method Clone() (inherited from DataObject).
Public method ToJSON() Returns a JSON formatted String that represents this instance. (inherited from Event).
Public method ToString() Returns a String that represents this instance.
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top

In this article

Definition