Class WrongSettingsFileException
Exception for settings-related issues
Inherited Members
Namespace: SdlSdl.VerificationApi
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 |