CannotAttributeSortException Class (Microsoft.DirectX.Direct3D)
Attribute sort is not supported as an optimization technique. For more information, see MeshFlags.OptimizeAttrSort.
Visual Basic Public Class CannotAttributeSortException
Inherits Direct3DXExceptionC# public class CannotAttributeSortException : Direct3DXException C++ public ref class CannotAttributeSortException : Direct3DXException JScript public class CannotAttributeSortException extends Direct3DXException
The following table lists the members exposed by the object.
Fields
Field Description IsExceptionIgnored
Specifies whether DirectX 9.0 for Managed Code exceptions are enabled or disabled. Inherited from DirectXException. Methods
Method Description CannotAttributeSortException Initializes a new instance of the CannotAttributeSortException class. EnableExceptions
Enables Microsoft DirectX 9.0 for Managed Code exception throwing. Inherited from DirectXException. GetDirectXErrorString
Retrieves a string that contains the name of the DirectX error code. Inherited from DirectXException. GetExceptionFromResultInternal
Retrieves an Exception object that represents the result code passed in. Inherited from Direct3DXException.
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. Properties
Property Description 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. LastError
Retrieves the error status for the last operation that failed. Inherited from DirectXException.
Object
Exception
ApplicationException
DirectXExceptionDirect3DXExceptionCannotAttributeSortException
Namespace Microsoft.DirectX.Direct3D Assembly Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll) Strong Name Microsoft.DirectX.Direct3DX, Version=1.0.900.0, Culture=neutral, PublicKeyToken=d3231b57b74a1492
Show:
