SqlNotFilledException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 SqlNotFilledException 类的新实例。
重载
SqlNotFilledException() |
初始化 SqlNotFilledException 类的新实例。 |
SqlNotFilledException(String) |
初始化 SqlNotFilledException 类的新实例。 |
SqlNotFilledException(String, Exception) |
初始化 SqlNotFilledException 类的新实例。 |
注解
SqlNotFilledException 类不用作独立组件,而是用作其他类从中派生标准功能的类。
SqlNotFilledException()
- Source:
- SQLUtility.cs
- Source:
- SQLUtility.cs
- Source:
- SQLUtility.cs
初始化 SqlNotFilledException 类的新实例。
public:
SqlNotFilledException();
public SqlNotFilledException ();
Public Sub New ()
注解
SqlNotFilledException 类不用作独立组件,而是用作其他类从中派生标准功能的类。
适用于
SqlNotFilledException(String)
- Source:
- SQLUtility.cs
- Source:
- SQLUtility.cs
- Source:
- SQLUtility.cs
初始化 SqlNotFilledException 类的新实例。
public:
SqlNotFilledException(System::String ^ message);
public SqlNotFilledException (string? message);
public SqlNotFilledException (string message);
new System.Data.SqlTypes.SqlNotFilledException : string -> System.Data.SqlTypes.SqlNotFilledException
Public Sub New (message As String)
参数
- message
- String
引发异常时显示的字符串。
注解
SqlNotFilledException 类不用作独立组件,而是用作其他类从中派生标准功能的类。
适用于
SqlNotFilledException(String, Exception)
- Source:
- SQLUtility.cs
- Source:
- SQLUtility.cs
- Source:
- SQLUtility.cs
初始化 SqlNotFilledException 类的新实例。
public:
SqlNotFilledException(System::String ^ message, Exception ^ e);
public SqlNotFilledException (string? message, Exception? e);
public SqlNotFilledException (string message, Exception e);
new System.Data.SqlTypes.SqlNotFilledException : string * Exception -> System.Data.SqlTypes.SqlNotFilledException
Public Sub New (message As String, e As Exception)
参数
- message
- String
引发异常时显示的字符串。
对内部异常的引用。
注解
SqlNotFilledException 类不用作独立组件,而是用作其他类从中派生标准功能的类。