次の方法で共有


SimpleAzureStorageException コンストラクター

定義

オーバーロード

SimpleAzureStorageException()
SimpleAzureStorageException(String)
SimpleAzureStorageException(Int32, String)
SimpleAzureStorageException(SerializationInfo, StreamingContext)
SimpleAzureStorageException(String, Exception)
SimpleAzureStorageException(Int32, String, Exception)
SimpleAzureStorageException(Int32, String, String, Exception)

SimpleAzureStorageException()

public SimpleAzureStorageException ();
Public Sub New ()

適用対象

SimpleAzureStorageException(String)

ソース:
SimpleAzureStorageExceptionInjector.cs
public SimpleAzureStorageException (string message);
new Orleans.Transactions.TestKit.SimpleAzureStorageException : string -> Orleans.Transactions.TestKit.SimpleAzureStorageException
Public Sub New (message As String)

パラメーター

message
String

適用対象

SimpleAzureStorageException(Int32, String)

ソース:
SimpleAzureStorageExceptionInjector.cs
public SimpleAzureStorageException (int status, string message);
new Orleans.Transactions.TestKit.SimpleAzureStorageException : int * string -> Orleans.Transactions.TestKit.SimpleAzureStorageException
Public Sub New (status As Integer, message As String)

パラメーター

status
Int32
message
String

適用対象

SimpleAzureStorageException(SerializationInfo, StreamingContext)

ソース:
SimpleAzureStorageExceptionInjector.cs
protected SimpleAzureStorageException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Transactions.TestKit.SimpleAzureStorageException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Transactions.TestKit.SimpleAzureStorageException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

適用対象

SimpleAzureStorageException(String, Exception)

ソース:
SimpleAzureStorageExceptionInjector.cs
public SimpleAzureStorageException (string message, Exception innerException);
new Orleans.Transactions.TestKit.SimpleAzureStorageException : string * Exception -> Orleans.Transactions.TestKit.SimpleAzureStorageException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String
innerException
Exception

適用対象

SimpleAzureStorageException(Int32, String, Exception)

ソース:
SimpleAzureStorageExceptionInjector.cs
public SimpleAzureStorageException (int status, string message, Exception innerException);
new Orleans.Transactions.TestKit.SimpleAzureStorageException : int * string * Exception -> Orleans.Transactions.TestKit.SimpleAzureStorageException
Public Sub New (status As Integer, message As String, innerException As Exception)

パラメーター

status
Int32
message
String
innerException
Exception

適用対象

SimpleAzureStorageException(Int32, String, String, Exception)

ソース:
SimpleAzureStorageExceptionInjector.cs
public SimpleAzureStorageException (int status, string message, string errorCode, Exception innerException);
new Orleans.Transactions.TestKit.SimpleAzureStorageException : int * string * string * Exception -> Orleans.Transactions.TestKit.SimpleAzureStorageException
Public Sub New (status As Integer, message As String, errorCode As String, innerException As Exception)

パラメーター

status
Int32
message
String
errorCode
String
innerException
Exception

適用対象