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
propertyNamestring
AssetNotFoundException(IAssetContainer)
public AssetNotFoundException(IAssetContainer asset)
Parameters
assetIAssetContainer
AssetNotFoundException(IAssetContainer, string)
public AssetNotFoundException(IAssetContainer asset, string propertyName)
Parameters
assetIAssetContainerpropertyNamestring
AssetNotFoundException(IAssetLink<Asset>)
public AssetNotFoundException(IAssetLink<Asset> asset)
Parameters
assetIAssetLink<Asset>
AssetNotFoundException(IAssetLink<Asset>, string)
public AssetNotFoundException(IAssetLink<Asset> asset, string propertyName)
Parameters
assetIAssetLink<Asset>propertyNamestring