SqlExecutionException クラス
アセンブリ: System.Web (system.web.dll 内)

<SerializableAttribute> _ Public NotInheritable Class SqlExecutionException Inherits SystemException
[SerializableAttribute] public sealed class SqlExecutionException : SystemException
/** @attribute SerializableAttribute() */ public final class SqlExecutionException extends SystemException
SerializableAttribute public final class SqlExecutionException extends SystemException


SqlExecutionException 例外型を使用する方法を次のコード例に示します。このコード例は、SqlServices クラスのトピックで取り上げているコード例の一部分です。
Console.WriteLine( _ "An SQL execution exception occurred.") Console.WriteLine() Console.WriteLine(" Message: {0}", _ sqlExecutionException.Message) Console.WriteLine(" Server: {0}", _ sqlExecutionException.Server) Console.WriteLine(" Database: {0}", _ sqlExecutionException.Database) Console.WriteLine(" Commands: {0}", _ sqlExecutionException.Commands) Console.WriteLine(" SqlFile: {0}", _ sqlExecutionException.SqlFile) Console.WriteLine(" Inner Exception: {0}", _ sqlExecutionException.Exception)
Console.WriteLine( "An SQL execution exception occurred."); Console.WriteLine(); Console.WriteLine(" Message: {0}", sqlExecutionException.Message); Console.WriteLine(" Server: {0}", sqlExecutionException.Server); Console.WriteLine(" Database: {0}", sqlExecutionException.Database); Console.WriteLine(" Commands: {0}", sqlExecutionException.Commands); Console.WriteLine(" SqlFile: {0}", sqlExecutionException.SqlFile); Console.WriteLine(" Inner Exception: {0}", sqlExecutionException.Exception);


System.Exception
System.SystemException
System.Web.Management.SqlExecutionException


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からSqlExecutionException クラスを検索する場合は、下記のリンクをクリックしてください。

- SqlExecutionException クラスのページへのリンク