Table of Contents

Class ReflectiveException

Namespace
Nucs.JsonSettings
Assembly
Nucs.JsonSettings.dll
public class ReflectiveException : Exception, ISerializable
Inheritance
ReflectiveException
Implements
Inherited Members

Constructors

ReflectiveException()

public ReflectiveException()

ReflectiveException(string)

public ReflectiveException(string message)

Parameters

message string

ReflectiveException(string, Exception)

public ReflectiveException(string message, Exception inner)

Parameters

message string
inner Exception