CloneSet1255


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
33210.979class_member_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13035
src/NHibernate/Cache/CacheException.cs
23330
src/NHibernate/MappingException.cs
Clone Instance
1
Line Count
30
Source Line
35
Source File
src/NHibernate/Cache/CacheException.cs

                /// <summary>
                /// Initializes a new instance of the <see cref="CacheException"/> class.
                /// </summary>
                /// <param name="innerException">
                /// The exception that is the cause of the current exception. If the innerException parameter 
                /// is not a null reference, the current exception is raised in a catch block that handles 
                /// the inner exception.
                /// </param>
                public CacheException(Exception innerException) : base(innerException)
                {
                }

                /// <summary>
                /// Initializes a new instance of the <see cref="CacheException"/> class.
                /// </summary>
                /// <param name="message">The message that describes the error. </param>
                /// <param name="innerException">
                /// The exception that is the cause of the current exception. If the innerException parameter 
                /// is not a null reference, the current exception is raised in a catch block that handles 
                /// the inner exception.
                /// </param>
                public CacheException(string message, Exception innerException) : base(message, innerException)
                {
                }

                /// <summary>
                /// Initializes a new instance of the <see cref="CacheException"/> class
                /// with serialized data.
                /// </summary>
                /// <param name="info">
                /// The <see cref="SerializationInfo"/> that holds the serialized object 
                /// data about the exception being thrown.
                /// </param>
                /// <param name="context">
                /// The <see cref="StreamingContext"/> that contains contextual information about the source or destination.
                /// </param>
                protected CacheException(SerializationInfo info, StreamingContext context) : base(info, context)
                {
                }



Clone Instance
2
Line Count
33
Source Line
30
Source File
src/NHibernate/MappingException.cs

                /// <summary>
                /// Initializes a new instance of the <see cref="MappingException"/> class.
                /// </summary>
                /// <param name="innerException">
                /// The exception that is the cause of the current exception. If the innerException parameter 
                /// is not a null reference, the current exception is raised in a catch block that handles 
                /// the inner exception.
                /// </param>
                public MappingException(Exception innerException)
                        : base(innerException)
                {
                }

                /// <summary>
                /// Initializes a new instance of the <see cref="MappingException"/> class.
                /// </summary>
                /// <param name="message">The message that describes the error. </param>
                /// <param name="innerException">
                /// The exception that is the cause of the current exception. If the innerException parameter 
                /// is not a null reference, the current exception is raised in a catch block that handles 
                /// the inner exception.
                /// </param>
                public MappingException(string message, Exception innerException)
                        : base(message, innerException)
                {
                }

                /// <summary>
                /// Initializes a new instance of the <see cref="MappingException"/> class
                /// with serialized data.
                /// </summary>
                /// <param name="info">
                /// The <see cref="SerializationInfo"/> that holds the serialized object 
                /// data about the exception being thrown.
                /// </param>
                /// <param name="context">
                /// The <see cref="StreamingContext"/> that contains contextual information about the source or destination.
                /// </param>
                protected MappingException(SerializationInfo info, StreamingContext context)
                        : base(info, context)
                {
                }



Clone AbstractionParameter Count: 1Parameter Bindings

/// <summary>
/// Initializes a new instance of the <see cref="MappingException"/> class.
/// Initializes a new instance of the <see cref="CacheException"/> class.
/// </summary>
/// <param name="innerException">
/// The exception that is the cause of the current exception. If the innerException parameter 
/// is not a null reference, the current exception is raised in a catch block that handles 
/// the inner exception.
/// </param>
public [[#variable2a2d7800]](Exception innerException): base(innerException)
{
}

/// <summary>
/// Initializes a new instance of the <see cref="MappingException"/> class.
/// Initializes a new instance of the <see cref="CacheException"/> class.
/// </summary>
/// <param name="message">The message that describes the error. </param>
/// <param name="innerException">
/// The exception that is the cause of the current exception. If the innerException parameter 
/// is not a null reference, the current exception is raised in a catch block that handles 
/// the inner exception.
/// </param>
public [[#variable2a2d7800]](string message, Exception innerException): base(message, innerException)
{
}

/// <summary>
/// Initializes a new instance of the <see cref="MappingException"/> class
/// Initializes a new instance of the <see cref="CacheException"/> class
/// with serialized data.
/// </summary>
/// <param name="info">
/// The <see cref="SerializationInfo"/> that holds the serialized object 
/// data about the exception being thrown.
/// </param>
/// <param name="context">
/// The <see cref="StreamingContext"/> that contains contextual information about the source or destination.
/// </param>
protected [[#variable2a2d7800]](SerializationInfo info, StreamingContext context): base(info, context)
{
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2a2d7800]]
MappingException 
12[[#2a2d7800]]
CacheException