Show / Hide Table of Contents

Class OptionsException

Exception thrown when an error occurs while building SeltzrOptions<TModel, TUser>

Inheritance
Object
Exception
OptionsException
Implements
ISerializable
Namespace: Seltzr.Exceptions
Assembly: Seltzr.dll
Syntax
C#
public class OptionsException : Exception, ISerializable

Constructors

| Improve this Doc View Source

OptionsException()

Initializes a new instance of the OptionsException class

C#
public OptionsException()
| Improve this Doc View Source

OptionsException(String)

Initializes a new instance of the OptionsException class

C#
public OptionsException(string message)
Parameters
messageString

A message explaining the exception

| Improve this Doc View Source

OptionsException(String, Exception)

Initializes a new instance of the OptionsException class

C#
public OptionsException(string message, Exception inner)
Parameters
messageString

A message explaining the exception

innerException

The inner exception that caused this one

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX