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
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception