Dela via


AssetFileTypeNotSupportedException Class

Definition

An Exception thrown during an attempt to provide an unsupported asset file type in an asset conversion operation.

public class AssetFileTypeNotSupportedException : Exception
type AssetFileTypeNotSupportedException = class
    inherit Exception
    interface ISerializable
Public Class AssetFileTypeNotSupportedException
Inherits Exception
Inheritance
AssetFileTypeNotSupportedException
Implements

Constructors

AssetFileTypeNotSupportedException()

Creates an instance of the AssetFileTypeNotSupportedException.

AssetFileTypeNotSupportedException(SerializationInfo, StreamingContext)

An Exception thrown during an attempt to provide an unsupported asset file type in an asset conversion operation.

AssetFileTypeNotSupportedException(String)

Creates an instance of the AssetFileTypeNotSupportedException.

AssetFileTypeNotSupportedException(String, Exception)

Creates an Exception thrown during an attempt to provide an unsupported asset file type in an asset conversion operation.

Properties

AttemptedFileType

The unsupported filetype provided for asset conversion.

SupportedAssetFileTypes

The list of file types supported by Azure Object Anchors Conversion.

Methods

GetObjectData(SerializationInfo, StreamingContext)

When overridden in a derived class, sets the SerializationInfo with information about the exception.

Applies to