Class DriverException

DriverException class

The exception raised by internal rendering drivers.

public class DriverException : Exception

Constructors

NameDescription
DriverException(uint, string)Initialize an instance of DriverException with specified native driver error code and message.

Properties

NameDescription
ErrorCode { get; }Gets the native error code.

See Also