WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DLSException - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DLSException

    Represents general exception in DLS library.

    Inheritance
    System.Object
    System.Exception
    System.ApplicationException
    DLSException
    HtmlConverterRegisterException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    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: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class DLSException : ApplicationException, ISerializable, _Exception

    Constructors

    DLSException()

    Default constructor.

    Declaration
    public DLSException()

    DLSException(Exception)

    Initializing constructor.

    Declaration
    public DLSException(Exception innerExc)
    Parameters
    Type Name Description
    System.Exception innerExc

    DLSException(String)

    Initializing constructor.

    Declaration
    public DLSException(string message)
    Parameters
    Type Name Description
    System.String message

    DLSException(String, Exception)

    Initializing constructor.

    Declaration
    public DLSException(string message, Exception innerExc)
    Parameters
    Type Name Description
    System.String message
    System.Exception innerExc

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved