Share via


AdErrorEventArgs.ErrorCode Property

Definition

Gets the code for this error.

public:
 property ErrorCode ErrorCode { ErrorCode get(); };
ErrorCode ErrorCode();
public ErrorCode ErrorCode { get; }
var errorCode = adErrorEventArgs.errorCode;
Public ReadOnly Property ErrorCode As ErrorCode

Property Value

The code for this error.

Applies to