ProviderError(DateTime, ProviderErrorType, Byte, Int32, Int32, String) Constructor

Initializes a new instance of the ProviderError class.
public ProviderError( 
DateTime dateTime
ProviderErrorType type
byte providerId
int id
int code
string text 
)
This language is not supported or no code example is available.
public:  
ProviderError( 
DateTime dateTime
ProviderErrorType type
Byte providerId
int id
int code
String^ text 
)
This language is not supported or no code example is available.
public function ProviderError( 
dateTime : DateTime
type : ProviderErrorType
providerId : byte
id : int
code : int
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.

id
int

The identifier.

code
int

The code.

text
string

The text.

In this article

Definition