Show / Hide Table of Contents

Class RuntimeException

An exception that is thrown in rare circumstances where the runtime returns an unexpected value for a method (usually null)

Inheritance
object
Exception
RuntimeException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.ReferenceEquals(object, object)
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class RuntimeException : Exception, ISerializable

Implements

ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX