ProviderError(DateTime, ProviderErrorType, Byte, String) Constructor

Initializes a new instance of the ProviderError class.
public ProviderError( 
DateTime dateTime
ProviderErrorType type
byte providerId
string text 
)
This language is not supported or no code example is available.
public:  
ProviderError( 
DateTime dateTime
ProviderErrorType type
Byte providerId
String^ text 
)
This language is not supported or no code example is available.
public function ProviderError( 
dateTime : DateTime
type : ProviderErrorType
providerId : byte
text : String 
);
This language is not supported or no code example is available.

Parameters

dateTime
DateTime

The date time.

type
ProviderErrorType

The error type.

providerId
byte

The provider identifier.

text
string

The text.

In this article

Definition