Class RuntimeException
Spatial4n specific class - used to mimic Java's RuntimeException because we sometimes need to catch exceptions that are lower level than InvalidShapeException, but need something more specialized than System.Exception.
Inheritance
System.Object
System.Exception
RuntimeException
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Spatial4n.dll
Syntax
[Serializable]
public class RuntimeException : Exception, ISerializable
Constructors
Name | Description |
---|---|
RuntimeException() | |
RuntimeException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
RuntimeException(String) | |
RuntimeException(String, Exception) |