Skip to main content

Class Exceptions

Namespace: Aurigma.DesignAtoms.Model.Resources
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class Exceptions

Inheritance: System.Object -> Exceptions

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Properties

ResourceManager

public static ResourceManager ResourceManager { get; }

Culture

public static CultureInfo Culture { get; set; }

BadRequest

public static string BadRequest { get; }

BlendModeNotSupported

public static string BlendModeNotSupported { get; }

CanNotDeserializeCanvas

public static string CanNotDeserializeCanvas { get; }

CanNotDownloadImage

public static string CanNotDownloadImage { get; }

CanNotDrawImageByUrl

public static string CanNotDrawImageByUrl { get; }

CanNotParseSvgVoContent

public static string CanNotParseSvgVoContent { get; }

CanNotParseSvgVoCurvedText

public static string CanNotParseSvgVoCurvedText { get; }

CanNotParseSvgVoDashLine

public static string CanNotParseSvgVoDashLine { get; }

CanNotParseSvgVoImage

public static string CanNotParseSvgVoImage { get; }

CanNotParseSvgVoPlaceholder

public static string CanNotParseSvgVoPlaceholder { get; }

CanNotParseSvgVoSvg

public static string CanNotParseSvgVoSvg { get; }

CanNotParseSvgVoText

public static string CanNotParseSvgVoText { get; }

CanNotSerializeCanvas

public static string CanNotSerializeCanvas { get; }

ConNotGetDefaultColorForUnknownColorSpace

public static string ConNotGetDefaultColorForUnknownColorSpace { get; }

DownloadDeny

public static string DownloadDeny { get; }

DpiOutOfRange

public static string DpiOutOfRange { get; }

ImageFileNotFound

public static string ImageFileNotFound { get; }

ItemBelongsCollection

public static string ItemBelongsCollection { get; }

LayerOutOfRange

public static string LayerOutOfRange { get; }

MissingFileIdParameter

public static string MissingFileIdParameter { get; }

NoPipelineElements

public static string NoPipelineElements { get; }

ReadOnlyCollection

public static string ReadOnlyCollection { get; }

RenderCanvasWorkspace

public static string RenderCanvasWorkspace { get; }

ScriptManagerControlRequired

public static string ScriptManagerControlRequired { get; }

SourceFormat

public static string SourceFormat { get; }

UnableDeserializeCanvas

public static string UnableDeserializeCanvas { get; }

UnableDeserializeFile

public static string UnableDeserializeFile { get; }

UnableLoadColorProfile

public static string UnableLoadColorProfile { get; }

VObjectOutOfRange

public static string VObjectOutOfRange { get; }
Was this page helpful?