CloneSet249


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
31210.959method_header
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1354
src/NHibernate/ADOException.cs
23295
src/NHibernate/AdoNet/ConnectionManager.cs
3327
src/NHibernate/AdoNet/TooManyRowsAffectedException.cs
4392
src/NHibernate/InstantiationException.cs
5344
src/NHibernate/InvalidProxyTypeException.cs
6381
src/NHibernate/NonUniqueObjectException.cs
73101
src/NHibernate/PropertyAccessException.cs
8377
src/NHibernate/PropertyValueException.cs
93115
src/NHibernate/QueryException.cs
10389
src/NHibernate/StaleObjectStateException.cs
11394
src/NHibernate/UnresolvableObjectException.cs
12388
src/NHibernate/WrongClassException.cs
Clone Instance
1
Line Count
3
Source Line
54
Source File
src/NHibernate/ADOException.cs

                [SecurityPermission(SecurityAction.LinkDemand,
                        Flags = SecurityPermissionFlag.SerializationFormatter)]
                public override void GetObjectData(SerializationInfo info, StreamingContext context)


Clone Instance
2
Line Count
3
Source Line
295
Source File
src/NHibernate/AdoNet/ConnectionManager.cs

                [SecurityPermission(SecurityAction.LinkDemand,
                        Flags = SecurityPermissionFlag.SerializationFormatter)]
                public void GetObjectData(SerializationInfo info, StreamingContext context)


Clone Instance
3
Line Count
3
Source Line
27
Source File
src/NHibernate/AdoNet/TooManyRowsAffectedException.cs

                [SecurityPermission(SecurityAction.LinkDemand,
                        Flags = SecurityPermissionFlag.SerializationFormatter)]
                public override void GetObjectData(SerializationInfo info, StreamingContext context)


Clone Instance
4
Line Count
3
Source Line
92
Source File
src/NHibernate/InstantiationException.cs

                /// <summary>
                /// Sets the serialization info for <see cref="InstantiationException"/> after 
                /// getting the info from the base Exception.
                /// </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>
                [SecurityPermission(SecurityAction.LinkDemand,
                        Flags = SecurityPermissionFlag.SerializationFormatter)]
                public override void GetObjectData(SerializationInfo info, StreamingContext context)


Clone Instance
5
Line Count
3
Source Line
44
Source File
src/NHibernate/InvalidProxyTypeException.cs

                [SecurityPermission(SecurityAction.LinkDemand,
                        Flags = SecurityPermissionFlag.SerializationFormatter)]
                public override void GetObjectData(SerializationInfo info, StreamingContext context)


Clone Instance
6
Line Count
3
Source Line
81
Source File
src/NHibernate/NonUniqueObjectException.cs

                /// <summary>
                /// Sets the serialization info for <see cref="InstantiationException"/> after 
                /// getting the info from the base Exception.
                /// </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>
                [SecurityPermission(SecurityAction.LinkDemand,
                        Flags = SecurityPermissionFlag.SerializationFormatter)]
                public override void GetObjectData(SerializationInfo info, StreamingContext context)


Clone Instance
7
Line Count
3
Source Line
101
Source File
src/NHibernate/PropertyAccessException.cs

                /// <summary>
                /// Sets the serialization info for <see cref="PropertyAccessException"/> after 
                /// getting the info from the base Exception.
                /// </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>
                [SecurityPermission(SecurityAction.LinkDemand,
                        Flags = SecurityPermissionFlag.SerializationFormatter)]
                public override void GetObjectData(SerializationInfo info, StreamingContext context)


Clone Instance
8
Line Count
3
Source Line
77
Source File
src/NHibernate/PropertyValueException.cs

                /// <summary>
                /// Sets the serialization info for <see cref="PropertyValueException"/> after 
                /// getting the info from the base Exception.
                /// </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>
                [SecurityPermission(SecurityAction.LinkDemand,
                        Flags = SecurityPermissionFlag.SerializationFormatter)]
                public override void GetObjectData(SerializationInfo info, StreamingContext context)


Clone Instance
9
Line Count
3
Source Line
115
Source File
src/NHibernate/QueryException.cs

                /// <summary>
                /// Sets the serialization info for <see cref="QueryException"/> after 
                /// getting the info from the base Exception.
                /// </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>
                [SecurityPermission(SecurityAction.LinkDemand,
                        Flags = SecurityPermissionFlag.SerializationFormatter)]
                public override void GetObjectData(SerializationInfo info, StreamingContext context)


Clone Instance
10
Line Count
3
Source Line
89
Source File
src/NHibernate/StaleObjectStateException.cs

                /// <summary>
                /// Sets the serialization info for <see cref="StaleObjectStateException"/> after 
                /// getting the info from the base Exception.
                /// </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>
                [SecurityPermission(SecurityAction.LinkDemand,
                        Flags = SecurityPermissionFlag.SerializationFormatter)]
                public override void GetObjectData(SerializationInfo info, StreamingContext context)


Clone Instance
11
Line Count
3
Source Line
94
Source File
src/NHibernate/UnresolvableObjectException.cs

                #region ISerializable Members
                [SecurityPermission(SecurityAction.LinkDemand,
                        Flags = SecurityPermissionFlag.SerializationFormatter)]
                public override void GetObjectData(SerializationInfo info, StreamingContext context)


Clone Instance
12
Line Count
3
Source Line
88
Source File
src/NHibernate/WrongClassException.cs

                /// <summary>
                /// Sets the serialization info for <see cref="WrongClassException"/> after 
                /// getting the info from the base Exception.
                /// </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>
                [SecurityPermission(SecurityAction.LinkDemand,
                        Flags = SecurityPermissionFlag.SerializationFormatter)]
                public override void GetObjectData(SerializationInfo info, StreamingContext context)


Clone AbstractionParameter Count: 1Parameter Bindings

/// <summary>
/// Sets the serialization info for <see cref="InstantiationException"/> after 
/// Sets the serialization info for <see cref="PropertyAccessException"/> after 
/// Sets the serialization info for <see cref="PropertyValueException"/> after 
/// Sets the serialization info for <see cref="QueryException"/> after 
/// Sets the serialization info for <see cref="StaleObjectStateException"/> after 
/// Sets the serialization info for <see cref="WrongClassException"/> after 
/// getting the info from the base Exception.
/// </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>
#region ISerializable Members
[SecurityPermission(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.SerializationFormatter)]
 [[#variable6f5242e0]]void GetObjectData(SerializationInfo info, StreamingContext context)
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6f5242e0]]
public override 
12[[#6f5242e0]]
public 
13[[#6f5242e0]]
public override 
14[[#6f5242e0]]
public override 
15[[#6f5242e0]]
public override 
16[[#6f5242e0]]
public override 
17[[#6f5242e0]]
public override 
18[[#6f5242e0]]
public override 
19[[#6f5242e0]]
public override 
110[[#6f5242e0]]
public override 
111[[#6f5242e0]]
public override 
112[[#6f5242e0]]
public override