Class SvgMemoryException
Inheritance
System.Object
System.Exception
SvgMemoryException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg.Exceptions
Assembly: TelerikCommon.dll
Syntax
public class SvgMemoryException : Exception, ISerializable, _Exception
Constructors
SvgMemoryException()
Declaration
public SvgMemoryException()
SvgMemoryException(SerializationInfo, StreamingContext)
Declaration
protected SvgMemoryException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
|
System.Runtime.Serialization.StreamingContext
context
|
SvgMemoryException(String)
Declaration
public SvgMemoryException(string message)
Parameters
System.String
message
|
SvgMemoryException(String, Exception)
Declaration
public SvgMemoryException(string message, Exception inner)
Parameters
System.String
message
|
System.Exception
inner
|