Back to Website
Show / Hide Table of Contents

Class ExceptionFactory

Inheritance
System.Object
ExceptionFactory
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()
Namespace: Aurigma.DesignAtoms.Exceptions
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public static class ExceptionFactory

Methods

ArgumentNullException()

Declaration
public static ArgumentNullException ArgumentNullException()
Returns
Type Description
System.ArgumentNullException

ArgumentOutOfRangeException(String)

Declaration
public static ArgumentOutOfRangeException ArgumentOutOfRangeException(string paramName)
Parameters
Type Name Description
System.String paramName
Returns
Type Description
System.ArgumentOutOfRangeException

BadRequest(String, Exception)

Declaration
public static WebException BadRequest(string url, Exception ex)
Parameters
Type Name Description
System.String url
System.Exception ex
Returns
Type Description
System.Net.WebException

BlendModeNotSupported(BlendMode)

Declaration
public static BlendModeNotSupportedException BlendModeNotSupported(BlendMode psdBlendMode)
Parameters
Type Name Description
Aurigma.GraphicsMill.Codecs.Psd.BlendMode psdBlendMode
Returns
Type Description
BlendModeNotSupportedException

CanNotDownloadImage(String, Exception)

Declaration
public static ApplicationException CanNotDownloadImage(string url, Exception innerException)
Parameters
Type Name Description
System.String url
System.Exception innerException
Returns
Type Description
System.ApplicationException

CanNotDrawImageByUrl()

Declaration
public static InvalidOperationException CanNotDrawImageByUrl()
Returns
Type Description
System.InvalidOperationException

CanvasInLayerCollectionIsNull()

Declaration
public static ArgumentException CanvasInLayerCollectionIsNull()
Returns
Type Description
System.ArgumentException

CollectionSetterNotSupported()

Declaration
public static NotSupportedException CollectionSetterNotSupported()
Returns
Type Description
System.NotSupportedException

DownloadDeny()

Declaration
public static ApplicationException DownloadDeny()
Returns
Type Description
System.ApplicationException

ImageFileNotFound(String)

Declaration
public static FileNotFoundException ImageFileNotFound(string fileName)
Parameters
Type Name Description
System.String fileName
Returns
Type Description
System.IO.FileNotFoundException

ItemBelongsCollection()

Declaration
public static ArgumentException ItemBelongsCollection()
Returns
Type Description
System.ArgumentException

LayerInObjectCollectionIsNull()

Declaration
public static ArgumentNullException LayerInObjectCollectionIsNull()
Returns
Type Description
System.ArgumentNullException

MediaUnsupported()

Declaration
public static MediaUnsupportedException MediaUnsupported()
Returns
Type Description
Aurigma.GraphicsMill.Codecs.MediaUnsupportedException

NotSupportedException()

Declaration
public static NotSupportedException NotSupportedException()
Returns
Type Description
System.NotSupportedException

SourceFormat(Exception)

Declaration
public static InvalidOperationException SourceFormat(Exception ex)
Parameters
Type Name Description
System.Exception ex
Returns
Type Description
System.InvalidOperationException
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...