📄 ibatisnet.common.xml
字号:
<?xml version="1.0"?>
<doc>
<assembly>
<name>IBatisNet.Common</name>
</assembly>
<members>
<member name="T:IBatisNet.Common.Exceptions.ConfigurationException">
<summary>
A ConfigurationException is thrown when an error has occured in the configuration process.
</summary>
<remarks>
When this exception occurs check the .xml or .config file.
</remarks>
</member>
<member name="T:IBatisNet.Common.Exceptions.IBatisNetException">
<summary>
The DalException is thrown when an error in the Dal occurs.
</summary>
<remarks>
This is the base exception for all exceptions thrown in the framework.
</remarks>
</member>
<member name="M:IBatisNet.Common.Exceptions.IBatisNetException.#ctor">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.IBatisNetException"/> class.
</summary>
<remarks>
This constructor initializes the <para>Message</para> property of the new instance
to a system-supplied message that describes the error.
</remarks>
</member>
<member name="M:IBatisNet.Common.Exceptions.IBatisNetException.#ctor(System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.IBatisNetException"/>
class with a reference to the inner exception that is the cause of this exception.
</summary>
<remarks>
This constructor initializes the Message property of the new instance
using the message parameter.
</remarks>
<param name="ex">
The exception that is the cause of the current exception.
If the innerException parameter is not a null reference (Nothing in Visual Basic),
the current exception is raised in a catch block that handles the inner exception.
</param>
</member>
<member name="M:IBatisNet.Common.Exceptions.IBatisNetException.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.IBatisNetException"/>
class with a specified error message.
</summary>
<remarks>
This constructor initializes the Message property of the new instance to
the Message property of the passed in exception.
</remarks>
<param name="message">The message that describes the error.</param>
</member>
<member name="M:IBatisNet.Common.Exceptions.IBatisNetException.#ctor(System.String,System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.IBatisNetException"/>
class with a specified error message and a reference to the inner exception
that is the cause of this exception.
</summary>
<remarks>
An exception that is thrown as a direct result of a previous exception should include a reference to the previous
exception in the InnerException property.
The InnerException property returns the same value that is passed into the constructor, or a null reference
(Nothing in Visual Basic) if the InnerException property does not supply the inner exception value to the constructor.
</remarks>
<param name="message">The message that describes the error.</param>
<param name="inner">The exception that caused the error</param>
</member>
<member name="M:IBatisNet.Common.Exceptions.IBatisNetException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.IBatisNetException"/>
class with serialized data.
</summary>
<remarks>
This constructor is called during deserialization to reconstitute the
exception object transmitted over a stream.
</remarks>
<param name="info">
The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized
object data about the exception being thrown.
</param>
<param name="context">
The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual
information about the source or destination.
</param>
</member>
<member name="M:IBatisNet.Common.Exceptions.ConfigurationException.#ctor">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.ConfigurationException"/> class.
</summary>
<remarks>
This constructor initializes the Message property of the new instance to a system-supplied message
that describes the error.
</remarks>
</member>
<member name="M:IBatisNet.Common.Exceptions.ConfigurationException.#ctor(System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.ConfigurationException"/>
class with a reference to the inner exception that is the cause of this exception.
</summary>
<remarks>
This constructor initializes the Message property of the new instance to the Message property
of the passed in exception.
</remarks>
<param name="ex">
The exception that is the cause of the current exception.
If the innerException parameter is not a null reference (Nothing in Visual Basic),
the current exception is raised in a catch block that handles the inner exception.
</param>
</member>
<member name="M:IBatisNet.Common.Exceptions.ConfigurationException.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.ConfigurationException"/>
class with a specified error message.
</summary>
<remarks>
This constructor initializes the Message property of the new instance using
the message parameter.
</remarks>
<param name="message">The message that describes the error.</param>
</member>
<member name="M:IBatisNet.Common.Exceptions.ConfigurationException.#ctor(System.String,System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.ConfigurationException"/>
class with a specified error message and a reference to the inner exception that is the cause of this exception.
</summary>
<remarks>
An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the InnerException property.
The InnerException property returns the same value that is passed into the constructor, or a null reference (Nothing in Visual Basic) if the InnerException property does not supply the inner exception value to the constructor.
</remarks>
<param name="message">The message that describes the error.</param>
<param name="inner">The exception that caused the error</param>
</member>
<member name="M:IBatisNet.Common.Exceptions.ConfigurationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the Exception class with serialized data.
</summary>
<remarks>
This constructor is called during deserialization to reconstitute the exception
object transmitted over a stream.
</remarks>
<param name="info">
The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.
</param>
<param name="context">
The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.
</param>
</member>
<member name="T:IBatisNet.Common.Exceptions.ForeignKeyException">
<summary>
A DALForeignKeyException is thrown when foreign key error occured in a sql statement.
</summary>
<remarks>
This exception is not used by the framework.
</remarks>
</member>
<member name="M:IBatisNet.Common.Exceptions.ForeignKeyException.#ctor">
<summary>
Initializes a new instance of the <b>DalException</b> class.
</summary>
<remarks>
This constructor initializes the <para>Message</para> property of the new instance
to a system-supplied message that describes the error.
</remarks>
</member>
<member name="M:IBatisNet.Common.Exceptions.ForeignKeyException.#ctor(System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.ForeignKeyException"/>
class with a reference to the inner exception that is the cause of this exception.
</summary>
<remarks>
This constructor initializes the Message property of the new instance to the Message property
of the passed in exception.
</remarks>
<param name="ex">
The exception that is the cause of the current exception.
If the innerException parameter is not a null reference (Nothing in Visual Basic),
the current exception is raised in a catch block that handles the inner exception.
</param>
</member>
<member name="M:IBatisNet.Common.Exceptions.ForeignKeyException.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.ForeignKeyException"/>
class with a specified error message.
</summary>
<remarks>
This constructor initializes the Message property of the new instance using
the message parameter.
</remarks>
<param name="message">The message that describes the error.</param>
</member>
<member name="M:IBatisNet.Common.Exceptions.ForeignKeyException.#ctor(System.String,System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.ForeignKeyException"/>
class with a specified error message and a reference to the inner exception that is the cause of this exception.
</summary>
<remarks>
An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the InnerException property.
The InnerException property returns the same value that is passed into the constructor, or a null reference (Nothing in Visual Basic) if the InnerException property does not supply the inner exception value to the constructor.
</remarks>
<param name="message">The message that describes the error.</param>
<param name="inner">The exception that caused the error</param>
</member>
<member name="M:IBatisNet.Common.Exceptions.ForeignKeyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the Exception class with serialized data.
</summary>
<remarks>
This constructor is called during deserialization to reconstitute the exception
object transmitted over a stream.
</remarks>
<param name="info">
The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.
</param>
<param name="context">
The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.
</param>
</member>
<member name="T:IBatisNet.Common.Exceptions.ProbeException">
<summary>
Summary description for ProbeException.
</summary>
</member>
<member name="M:IBatisNet.Common.Exceptions.ProbeException.#ctor">
<summary>
Initializes a new instance of the <b>ProbeException</b> class.
</summary>
<remarks>
This constructor initializes the <para>Message</para> property of the new instance
to a system-supplied message that describes the error.
</remarks>
</member>
<member name="M:IBatisNet.Common.Exceptions.ProbeException.#ctor(System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.ProbeException"/>
class with a reference to the inner exception that is the cause of this exception.
</summary>
<remarks>
This constructor initializes the Message property of the new instance to the Message property
of the passed in exception.
</remarks>
<param name="ex">
The exception that is the cause of the current exception.
If the innerException parameter is not a null reference (Nothing in Visual Basic),
the current exception is raised in a catch block that handles the inner exception.
</param>
</member>
<member name="M:IBatisNet.Common.Exceptions.ProbeException.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.ProbeException"/>
class with a specified error message.
</summary>
<remarks>
This constructor initializes the Message property of the new instance using
the message parameter.
</remarks>
<param name="message">The message that describes the error.</param>
</member>
<member name="M:IBatisNet.Common.Exceptions.ProbeException.#ctor(System.String,System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:IBatisNet.Common.Exceptions.ProbeException"/>
class with a specified error message and a reference to the inner exception that is the cause of this exception.
</summary>
<remarks>
An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the InnerException property.
The InnerException property returns the same value that is passed into the constructor, or a null reference (Nothing in Visual Basic) if the InnerException property does not supply the inner exception value to the constructor.
</remarks>
<param name="message">The message that describes the error.</param>
<param name="inner">The exception that caused the error</param>
</member>
<member name="M:IBatisNet.Common.Exceptions.ProbeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the Exception class with serialized data.
</summary>
<remarks>
This constructor is called during deserialization to reconstitute the exception
object transmitted over a stream.
</remarks>
<param name="info">
The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.
</param>
<param name="context">
The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.
</param>
</member>
<member name="T:IBatisNet.Common.Logging.Impl.ConsoleOutLogger">
<summary>
Logger sending everything to the standard output error stream.
</summary>
</member>
<member name="T:IBatisNet.Common.Logging.ILog">
<summary>
A simple logging interface abstracting logging APIs.
</summary>
</member>
<member name="M:IBatisNet.Common.Logging.ILog.Debug(System.Object)">
<summary>
Log a message object with the <see cref="F:IBatisNet.Common.Logging.LogLevel.Debug"/> level.
</summary>
<param name="message">The message object to log.</param>
</member>
<member name="M:IBatisNet.Common.Logging.ILog.Debug(System.Object,System.Exception)">
<summary>
Log a message object with the <see cref="F:IBatisNet.Common.Logging.LogLevel.Debug"/> level including
the stack trace of the <see cref="T:System.Exception"/> passed
as a parameter.
</summary>
<param name="message">The message object to log.</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:IBatisNet.Common.Logging.ILog.Error(System.Object)">
<summary>
Log a message object with the <see cref="F:IBatisNet.Common.Logging.LogLevel.Error"/> level.
</summary>
<param name="message">The message object to log.</param>
</member>
<member name="M:IBatisNet.Common.Logging.ILog.Error(System.Object,System.Exception)">
<summary>
Log a message object with the <see cref="F:IBatisNet.Common.Logging.LogLevel.Error"/> level including
the stack trace of the <see cref="T:System.Exception"/> passed
as a parameter.
</summary>
<param name="message">The message object to log.</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:IBatisNet.Common.Logging.ILog.Fatal(System.Object)">
<summary>
Log a message object with the <see cref="F:IBatisNet.Common.Logging.LogLevel.Fatal"/> level.
</summary>
<param name="message">The message object to log.</param>
</member>
<member name="M:IBatisNet.Common.Logging.ILog.Fatal(System.Object,System.Exception)">
<summary>
Log a message object with the <see cref="F:IBatisNet.Common.Logging.LogLevel.Fatal"/> level including
the stack trace of the <see cref="T:System.Exception"/> passed
as a parameter.
</summary>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -