Class AssetPipelineException
Identifies the module and store whose pipeline callback failed.
public sealed class AssetPipelineException : InvalidOperationException, ISerializable
- Inheritance
-
AssetPipelineException
- Implements
- Inherited Members
Properties
OwnerModuleId
public string OwnerModuleId { get; }
Property Value
Phase
public AssetPipelinePhase Phase { get; }
Property Value
StoreName
public string StoreName { get; }