Show / Hide Table of Contents

Class SLException

Exception thrown by sqlite, sqliteStatement and related types.

public class SLException : Exception, ISerializable

Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
Exception
SLException
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState

Constructors

Name Description
SLException(string)

Properties

Name Description
ErrorCode

The called SQLite API function returned this error code.

Extension Methods

ExtMisc.ToStringWithoutStack(Exception)