Search Results for

    Show / Hide Table of Contents

    Class MemberReflectionException

    Summary description for MemberReflectionException.

    Inheritance
    System.Object
    BaseException
    MemberReflectionException
    Inherited Members
    BaseException.ToString(String)
    BaseException.ExceptionToString(Exception)
    BaseException.ExceptionToString(Exception, String)
    Namespace: ImageVault.Common.Lib.Reflection
    Assembly: ImageVault.Common.dll
    Syntax
    public class MemberReflectionException : BaseException

    Constructors

    MemberReflectionException(MemberInfo, String)

    Creates an instance of the MemberReflectionException class.

    Declaration
    public MemberReflectionException(MemberInfo member, string message)
    Parameters
    Type Name Description
    System.Reflection.MemberInfo member
    System.String message

    MemberReflectionException(MemberInfo, String, Exception)

    Initializes a new instance of the MemberReflectionException class.

    Declaration
    public MemberReflectionException(MemberInfo member, string message, Exception innerException)
    Parameters
    Type Name Description
    System.Reflection.MemberInfo member

    The System.Reflection.MemberInfo that the exception refers to.

    System.String message

    The message of the exception

    System.Exception innerException

    The inner System.Exception

    Fields

    Member

    Get/Sets the Member of the MemberReflectionException The member defines the

    Declaration
    public MemberInfo Member
    Field Value
    Type Description
    System.Reflection.MemberInfo

    Methods

    ToString()

    Returns a System.String that represents the current MemberReflectionException.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents the current MemberReflectionException.

    Overrides
    BaseException.ToString()

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022