DataCacheException コンストラクター (String, Exception)
DataCacheException クラスの新しいインスタンスを初期化します。例外にメッセージと別の例外を提供できるようになります。
名前空間: Microsoft.ApplicationServer.Caching
アセンブリ: Microsoft.ApplicationServer.Caching.Core (microsoft.applicationserver.caching.core.dll)
使用法
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception _
)
public DataCacheException (
string message,
Exception innerException
)
public:
DataCacheException (
String^ message,
Exception^ innerException
)
public DataCacheException (
String message,
Exception innerException
)
public function DataCacheException (
message : String,
innerException : Exception
)
パラメーター
- message
例外を記述するメッセージです。
- innerException
この例外に関連する別の例外です。
プラットフォーム
開発プラットフォーム
Visual Studio 2010 およびそれ以降, .NET Framework 4
対象プラットフォーム
Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2
関連項目
参照
DataCacheException クラス
DataCacheException メンバー
Microsoft.ApplicationServer.Caching 名前空間