AdErrorEventArgs.ErrorCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.