UnsupportedFactorValueException Class (Microsoft.DirectX.Direct3D)

The device does not support the specified texture factor value. Not used; provided only to support older drivers.

Definition

Visual BasicPublic Class UnsupportedFactorValueException
    Inherits GraphicsException
C#public class UnsupportedFactorValueException : GraphicsException
C++public ref class UnsupportedFactorValueException : GraphicsException
JScriptpublic class UnsupportedFactorValueException extends GraphicsException

Members Table

The following table lists the members exposed by the object.

Fields

FieldDescription
static (Shared in Visual Basic) IsExceptionIgnored Specifies whether DirectX 9.0 for Managed Code exceptions are enabled or disabled. Inherited from DirectXException.

Methods

MethodDescription
static (Shared in Visual Basic) EnableExceptions Enables Microsoft DirectX 9.0 for Managed Code exception throwing. Inherited from DirectXException.
static (Shared in Visual Basic) GetDirectXErrorString Retrieves a string that contains the name of the DirectX error code. Inherited from DirectXException.
static (Shared in Visual Basic) GetExceptionFromResultInternal Retrieves an ExceptionLeave Site object that represents the result code passed in. Inherited from GraphicsException.
static (Shared in Visual Basic) IgnoreExceptions Disables DirectX 9.0 for Managed Code exception throwing. Inherited from DirectXException.
ToString Obtains the string representation of the current instance. Inherited from DirectXException.
UnsupportedFactorValueException Initializes a new instance of the UnsupportedFactorValueException class.

Properties

PropertyDescription
ErrorCode Retrieves or sets the integer value result code. Inherited from DirectXException.
ErrorString Retrieves the error string that is specific to DirectX 9.0 for Managed Code. Inherited from DirectXException.
static (Shared in Visual Basic) LastError Retrieves the error status for the last operation that failed. Inherited from DirectXException.

Inheritance Hierarchy

Class Information

NamespaceMicrosoft.DirectX.Direct3D
AssemblyMicrosoft.DirectX.Direct3D (microsoft.directx.direct3d.dll)
Strong NameMicrosoft.DirectX.Direct3D,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492
Show: