Search Results for

    Show / Hide Table of Contents

    Class WrongSettingsFileException

    Exception for settings-related issues

    Inheritance
    System.Object
    System.Exception
    System.ApplicationException
    WrongSettingsFileException
    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: 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
    System.String message

    The custom message for the exception

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception

    On this page

    • Constructors
      • WrongSettingsFileException()
      • WrongSettingsFileException(String)
    • Implements
    Back to top Generated by DocFX