Show / Hide Table of Contents

Class CreateInstanceException

Exception thrown when the creation of an instance fails.

Inheritance
System.Object
System.Exception
CreateInstanceException
Inherited Members
System.Exception.GetBaseException()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Extend
Assembly:Extend.dll
Syntax
public class CreateInstanceException : Exception

Constructors

| Improve this Doc View Source

CreateInstanceException(String)

Initializes a new instance of the CreateInstanceException class.

Declaration
public CreateInstanceException(string message)
Parameters
Type Name Description
System.String message

The message that describes the error.

| Improve this Doc View Source

CreateInstanceException(String, Exception)

Initializes a new instance of the CreateInstanceException class.

Declaration
public CreateInstanceException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The message that describes the error.

System.Exception innerException

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

| Improve this Doc View Source

CreateInstanceException(String, Exception, String, String, IMemberInformation)

Initializes a new instance of the CreateInstanceException class.

Declaration
public CreateInstanceException(string message, Exception innerException, string factoryInformation, string selectionRuleInformation, IMemberInformation memberInformation)
Parameters
Type Name Description
System.String message

The message that describes the error.

System.Exception innerException

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

System.String factoryInformation

Information about the factories.

System.String selectionRuleInformation

Information about selection rules.

IMemberInformation memberInformation

The current member.

Properties

| Improve this Doc View Source

FactoryInformation

Gets information about the factories.

Declaration
public string FactoryInformation { get; }
Property Value
Type Description
System.String

Information about the factories.

| Improve this Doc View Source

MemberInformation

Gets information about the member.

Declaration
public IMemberInformation MemberInformation { get; }
Property Value
Type Description
IMemberInformation

Information about the member.

| Improve this Doc View Source

SelectionRuleRuleInformation

Gets information about the selection.

Declaration
public string SelectionRuleRuleInformation { get; }
Property Value
Type Description
System.String

Information about the selection rules.

Methods

| Improve this Doc View Source

ToString()

Creates and returns a string representation of the current exception.

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

A string representation of the current exception.

Overrides
System.Exception.ToString()

Extension Methods

ExceptionEx.FormatException(Exception, Action<StringBuilder>)
ObjectEx.SatisfiesWithMessages<T>(T, ISpecification<T>)
ObjectEx.Specification<T>(T, Func<T, Boolean>, String)
ObjectEx.GetNameChain<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
ObjectEx.GetNameChain<TObject, TMember>(TObject, Expression<Func<TMember>>)
ObjectEx.Swap<T>(Object, ref T, ref T)
ObjectEx.ToSingleItemArray<T>(T)
ObjectEx.Maximum<TSource>(TSource, TSource[])
ObjectEx.Maximum<TSource, TResult>(TSource, Func<TSource, TResult>, TSource[])
ObjectEx.Minimum<TSource>(TSource, TSource[])
ObjectEx.Minimum<TSource, TResult>(TSource, Func<TSource, TResult>, TSource[])
ObjectEx.Satisfies<T>(T, ISpecification<T>)
ObjectEx.IfNull<T>(T, T)
ObjectEx.ThrowIfNull<TObject>(TObject, Expression<Func<TObject>>, String)
ObjectEx.ThrowIfNull<TObject>(TObject, String, String)
ObjectEx.GetName<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
ObjectEx.GetName<TObject, TMember>(TObject, Expression<Func<TMember>>)
ObjectEx.IsNull(Object)
ObjectEx.IsNotNull(Object)
ObjectEx.As<T>(Object)
ObjectEx.Chain<T>(T, Action<T>)
ObjectEx.RefEquals(Object, Object)
ObjectEx.Coalesce<T>(T, T[])
ObjectEx.Coalesce<T>(T, T)
ObjectEx.CoalesceOrDefault<T>(T, T, T[])
ObjectEx.CoalesceOrDefault<T>(T, Func<T>, T[])
ObjectEx.ExecuteSafe<T>(T, Action<T>)
ObjectEx.ExecuteSafe<T, TResult>(T, Func<T, TResult>)
ObjectEx.ToBoolean(Object)
ObjectEx.ToBoolean(Object, IFormatProvider)
ObjectEx.ToByte(Object)
ObjectEx.ToByte(Object, IFormatProvider)
ObjectEx.ToChar(Object)
ObjectEx.ToChar(Object, IFormatProvider)
ObjectEx.ToDateTime(Object)
ObjectEx.ToDateTime(Object, IFormatProvider)
ObjectEx.ToDecimal(Object)
ObjectEx.ToDecimal(Object, IFormatProvider)
ObjectEx.ToDouble(Object)
ObjectEx.ToDouble(Object, IFormatProvider)
ObjectEx.ToInt32(Object)
ObjectEx.ToInt32(Object, IFormatProvider)
ObjectEx.ToInt16(Object)
ObjectEx.ToInt16(Object, IFormatProvider)
ObjectEx.ToInt64(Object)
ObjectEx.ToInt64(Object, IFormatProvider)
ObjectEx.IsIn<T>(T, T[])
ObjectEx.IsIn<T>(T, IEnumerable<T>)
ObjectEx.IsNotIn<T>(T, T[])
ObjectEx.IsNotIn<T>(T, IEnumerable<T>)
ObjectEx.IsDefault<T>(T)
DecimalEx.Sum<TSource>(TSource, Func<TSource, Decimal>, TSource[])
DecimalEx.Sum<TSource>(TSource, Func<TSource, Nullable<Decimal>>, TSource[])
DoubleEx.Sum<TSource>(TSource, Func<TSource, Double>, TSource[])
DoubleEx.Sum<TSource>(TSource, Func<TSource, Nullable<Double>>, TSource[])
Int32Ex.Sum<TSource>(TSource, Func<TSource, Int32>, TSource[])
Int32Ex.Sum<TSource>(TSource, Func<TSource, Nullable<Int32>>, TSource[])
Int64Ex.Sum<TSource>(TSource, Func<TSource, Int64>, TSource[])
Int64Ex.Sum<TSource>(TSource, Func<TSource, Nullable<Int64>>, TSource[])
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX