Skip to main content

StrictModeException

Additional checks to notify of invalid state, configuration or use of ServiceStack libraries. Can disable StrictMode checks with Config.StrictMode = false;

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public class StrictModeException : ArgumentException, _Exception, ISerializable

Properties

Code

View Source
Declaration
public string Code { get; set; }

Implements

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