Class MemberReflectionException
Summary description for MemberReflectionException.
Implements
System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
  Inherited Members
      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
Implements
      System.Runtime.Serialization.ISerializable
  
  
      System.Runtime.InteropServices._Exception