Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
33 | 2 | 1 | 0.979 | class_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 30 | 35 | src/NHibernate/Cache/CacheException.cs |
2 | 33 | 30 | src/NHibernate/MappingException.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) { } |
| ||||
/// <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) { } |
| |||
/// <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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2a2d7800]] | MappingException |
1 | 2 | [[#2a2d7800]] | CacheException |