Class LimitMemoryException
Název místa: Aspose.Imaging.CoreExceptions Shromáždění: Aspose.Imaging.dll (25.4.0)
Omezená paměťová výjimka. se vyskytuje, když je třeba snížit používání paměti.
public class LimitMemoryException : OutOfMemoryException, ISerializable
Inheritance
object ← Exception ← SystemException ← OutOfMemoryException ← LimitMemoryException
Implements
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
LimitMemoryException(Stringová)
Začíná nový příklad třídy Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message)
Parameters
message
string
Výjimkou je poselstv.
LimitMemoryException(String, výjimka)
Začíná nový příklad třídy Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException)
Parameters
message
string
Výjimkou je poselstv.
innerException
Exception
Vnitřní výjimka je.
LimitMemoryException(Stretch, dlouhý)
Začíná nový příklad třídy Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, long reduceMemoryFactor)
Parameters
message
string
Výjimkou je poselstv.
reduceMemoryFactor
long
Snížení paměťového faktoru.
LimitMemoryException(String, výjimka, int)
Začíná nový příklad třídy Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
Parameters
message
string
Výjimkou je poselstv.
innerException
Exception
Vnitřní výjimka je.
reduceMemoryFactor
int
Snížení paměťového faktoru.
Properties
ReduceMemoryFactor
Obdrží nebo nastaví snížení paměťového faktoru.
public long ReduceMemoryFactor { get; set; }