Search Results for

    Show / Hide Table of Contents

    Class WrongSettingsFileException

    Exception for settings-related issues

    Inheritance
    object
    Exception
    ApplicationException
    WrongSettingsFileException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    Namespace: Sdl.Verification.Api
    Assembly: Sdl.Verification.Api.dll
    Syntax
    public class WrongSettingsFileException : ApplicationException, ISerializable, _Exception

    Constructors

    WrongSettingsFileException()

    Instantiates an exception of type WrongSettingsFileException

    Declaration
    public WrongSettingsFileException()

    WrongSettingsFileException(string)

    Instantiates an exception of type WrongSettingsFileException with a custom message

    Declaration
    public WrongSettingsFileException(string message)
    Parameters
    Type Name Description
    string message

    The custom message for the exception

    Implements

    ISerializable
    _Exception
    In this article
    • Constructors
      • WrongSettingsFileException()
      • WrongSettingsFileException(string)
    • Implements
    Back to top Generated by DocFX