Class MemberReflectionException
Summary description for MemberReflectionException.
Inherited Members
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. |