StorageException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
StorageException() | |
StorageException(String) | |
StorageException(String, Exception) | |
StorageException(RequestResult, String, Exception) |
StorageException()
public StorageException();
Public Sub New ()
適用対象
StorageException(String)
public StorageException(string message);
new Microsoft.WindowsAzure.Storage.StorageException : string -> Microsoft.WindowsAzure.Storage.StorageException
Public Sub New (message As String)
パラメーター
- message
- String
適用対象
StorageException(String, Exception)
public StorageException(string message, Exception innerException);
new Microsoft.WindowsAzure.Storage.StorageException : string * Exception -> Microsoft.WindowsAzure.Storage.StorageException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
- innerException
- Exception
適用対象
StorageException(RequestResult, String, Exception)
public StorageException(Microsoft.WindowsAzure.Storage.RequestResult res, string message, Exception inner);
new Microsoft.WindowsAzure.Storage.StorageException : Microsoft.WindowsAzure.Storage.RequestResult * string * Exception -> Microsoft.WindowsAzure.Storage.StorageException
Public Sub New (res As RequestResult, message As String, inner As Exception)
パラメーター
- res
- RequestResult
- message
- String
- inner
- Exception
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET