Class TemplateImageNotFoundException
Namespace: Aurigma.DesignAtoms.Convert.TemplateStorage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class TemplateImageNotFoundException : Exception, ISerializable, _Exception
Inheritance: System.Object -> System.Exception -> TemplateImageNotFoundException
Implements
System.Runtime.Serialization.ISerializableSystem.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseExceptionSystem.Exception.ToStringSystem.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)System.Exception.GetTypeSystem.Exception.MessageSystem.Exception.DataSystem.Exception.InnerExceptionSystem.Exception.TargetSiteSystem.Exception.StackTraceSystem.Exception.HelpLinkSystem.Exception.SourceSystem.Exception.HResultSystem.Exception.SerializeObjectStateSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.MemberwiseClone
Constructors
TemplateImageNotFoundException
public TemplateImageNotFoundException(string storageName, TemplateImageType? type = null, string name = null, string path = null, string id = null)
Properties
Storage
public string Storage { get; set; }
Type
public TemplateImageType? Type { get; set; }
Name
public string Name { get; set; }
Path
public string Path { get; set; }
Id
public string Id { get; set; }