Search Results for

    Show / Hide Table of Contents

    Class MemberReflectionException

    Summary description for MemberReflectionException.

    Inheritance
    System.Object
    System.Exception
    BaseException
    MemberReflectionException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    BaseException.ToString(String)
    BaseException.ExceptionToString(Exception)
    BaseException.ExceptionToString(Exception, String)
    System.Exception.GetBaseException()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Message
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Lib.Reflection
    Assembly: ImageVault.Common.dll
    Syntax
    public class MemberReflectionException : BaseException, ISerializable, _Exception

    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()

    Implements

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

    Extension Methods

    LicenseExtensions.IsLicenseException(Exception)
    EnumExtensions.GetNames<TEnum>(TEnum)
    ExceptionExtensions.ToSimpleExceptionString(Exception)
    ExceptionExtensions.ToFullExceptionString(Exception)
    ExceptionExtensions.FindException<T>(Exception)
    ExceptionExtensions.FindSqlError(Exception, Int32)
    In This Article
    Back to top (c) Meriworks 2002-2022