Class CompressorException

Class CompressorException

Název místa: Aspose.Imaging.CoreExceptions Shromáždění: Aspose.Imaging.dll (25.4.0)

Výjimkou je kompresor.

public class CompressorException : FrameworkException, ISerializable

Inheritance

object Exception FrameworkException CompressorException

Derived

DeflateCompressorException , LzwCompressorException , RleCompressorException

Implements

ISerializable

Dědiční členové

Exception.GetBaseException() , Exception.ToString() , Exception.GetType() , Exception.TargetSite , Exception.Message , Exception.Data , Exception.InnerException , Exception.HelpLink , Exception.Source , Exception.HResult , Exception.StackTrace , Exception.SerializeObjectState , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CompressorException(Stringová)

Začíná nový příklad třídy Aspose.Imaging.CoreExceptions.CompressorException.

public CompressorException(string message)

Parameters

message string

Výjimkou je poselstv.

CompressorException(String, výjimka)

Začíná nový příklad třídy Aspose.Imaging.CoreExceptions.CompressorException.

public CompressorException(string message, Exception innerException)

Parameters

message string

Výjimkou je poselstv.

innerException Exception

Vnitřní výjimka je.

 Čeština