Class DIVFileFormatException<T>
An exception ocurred when a DIV Games Studio content data format is invalid.
Namespace: DIV2.Format.Exporter
Assembly: DIV2.Format.Exporter.dll
Syntax
public sealed class DIVFileFormatException<T> : Exception where T : IAssetFile
Type Parameters
Name | Description |
---|---|
T | DIV2.Format.Exporter.Interfaces.IAssetFile type that reprensents any DIV Games Studio format. |