Table of Contents

Class AssetNotFoundException

Namespace
Uncreated.Warfare.Configuration
Assembly
Uncreated.Warfare.dll

Thrown when an asset isn't found from configuration.

public class AssetNotFoundException : Exception, ISerializable
Inheritance
AssetNotFoundException
Implements
Inherited Members

Constructors

AssetNotFoundException()

public AssetNotFoundException()

AssetNotFoundException(string)

public AssetNotFoundException(string propertyName)

Parameters

propertyName string

AssetNotFoundException(IAssetContainer)

public AssetNotFoundException(IAssetContainer asset)

Parameters

asset IAssetContainer

AssetNotFoundException(IAssetContainer, string)

public AssetNotFoundException(IAssetContainer asset, string propertyName)

Parameters

asset IAssetContainer
propertyName string
public AssetNotFoundException(IAssetLink<Asset> asset)

Parameters

asset IAssetLink<Asset>
public AssetNotFoundException(IAssetLink<Asset> asset, string propertyName)

Parameters

asset IAssetLink<Asset>
propertyName string