InconsistentStateException Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
InconsistentStateException() |
Инициализирует новый экземпляр класса InconsistentStateException. |
InconsistentStateException(SerializationInfo, StreamingContext) |
Устаревшие..
Инициализирует новый экземпляр класса InconsistentStateException. |
InconsistentStateException(String) |
Инициализирует новый экземпляр класса InconsistentStateException. |
InconsistentStateException(String, String, Exception) |
Инициализирует новый экземпляр класса InconsistentStateException. |
InconsistentStateException(String, String, String) |
Инициализирует новый экземпляр класса InconsistentStateException. |
InconsistentStateException(String, Exception) |
Инициализирует новый экземпляр класса InconsistentStateException. |
InconsistentStateException(String, String, String, Exception) |
Инициализирует новый экземпляр класса InconsistentStateException. |
InconsistentStateException()
- Исходный код:
- IGrainStorage.cs
Инициализирует новый экземпляр класса InconsistentStateException.
public InconsistentStateException ();
Public Sub New ()
Применяется к
InconsistentStateException(SerializationInfo, StreamingContext)
- Исходный код:
- IGrainStorage.cs
Внимание!
Теперь этот API является нерекомендуемым.
Инициализирует новый экземпляр класса InconsistentStateException.
protected InconsistentStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete]
protected InconsistentStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Storage.InconsistentStateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Storage.InconsistentStateException
[<System.Obsolete>]
new Orleans.Storage.InconsistentStateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Storage.InconsistentStateException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Параметры
- info
- SerializationInfo
Данные сериализации.
- context
- StreamingContext
Контекст.
- Атрибуты
Применяется к
InconsistentStateException(String)
- Исходный код:
- IGrainStorage.cs
Инициализирует новый экземпляр класса InconsistentStateException.
public InconsistentStateException (string msg);
public InconsistentStateException (string message);
new Orleans.Storage.InconsistentStateException : string -> Orleans.Storage.InconsistentStateException
new Orleans.Storage.InconsistentStateException : string -> Orleans.Storage.InconsistentStateException
Public Sub New (msg As String)
Public Sub New (message As String)
Параметры
- msgmessage
- String
Применяется к
InconsistentStateException(String, String, Exception)
- Исходный код:
- IGrainStorage.cs
Инициализирует новый экземпляр класса InconsistentStateException.
public InconsistentStateException (string storedEtag, string currentEtag, Exception storageException);
new Orleans.Storage.InconsistentStateException : string * string * Exception -> Orleans.Storage.InconsistentStateException
Public Sub New (storedEtag As String, currentEtag As String, storageException As Exception)
Параметры
- storedEtag
- String
Сохраненный ETag.
- currentEtag
- String
Текущий ETag.
- storageException
- Exception
Исключение хранилища.
Применяется к
InconsistentStateException(String, String, String)
- Исходный код:
- IGrainStorage.cs
Инициализирует новый экземпляр класса InconsistentStateException.
public InconsistentStateException (string errorMsg, string storedEtag, string currentEtag);
new Orleans.Storage.InconsistentStateException : string * string * string -> Orleans.Storage.InconsistentStateException
Public Sub New (errorMsg As String, storedEtag As String, currentEtag As String)
Параметры
- errorMsg
- String
Сообщение об ошибке.
- storedEtag
- String
Сохраненный ETag.
- currentEtag
- String
Текущий ETag.
Применяется к
InconsistentStateException(String, Exception)
- Исходный код:
- IGrainStorage.cs
Инициализирует новый экземпляр класса InconsistentStateException.
public InconsistentStateException (string msg, Exception exc);
public InconsistentStateException (string message, Exception innerException);
new Orleans.Storage.InconsistentStateException : string * Exception -> Orleans.Storage.InconsistentStateException
new Orleans.Storage.InconsistentStateException : string * Exception -> Orleans.Storage.InconsistentStateException
Public Sub New (msg As String, exc As Exception)
Public Sub New (message As String, innerException As Exception)
Параметры
- msgmessage
- String
- excinnerException
- Exception
Применяется к
InconsistentStateException(String, String, String, Exception)
- Исходный код:
- IGrainStorage.cs
Инициализирует новый экземпляр класса InconsistentStateException.
public InconsistentStateException (string errorMsg, string storedEtag, string currentEtag, Exception storageException);
new Orleans.Storage.InconsistentStateException : string * string * string * Exception -> Orleans.Storage.InconsistentStateException
Public Sub New (errorMsg As String, storedEtag As String, currentEtag As String, storageException As Exception)
Параметры
- errorMsg
- String
Сообщение об ошибке.
- storedEtag
- String
Сохраненный ETag.
- currentEtag
- String
Текущий ETag.
- storageException
- Exception
Внутреннее исключение.