StorageDataReader.StorageAbortedException Конструкторы

Определение

Перегрузки

StorageDataReader.StorageAbortedException()
StorageDataReader.StorageAbortedException(String)
StorageDataReader.StorageAbortedException(SerializationInfo, StreamingContext)
StorageDataReader.StorageAbortedException(String, Exception)

StorageDataReader.StorageAbortedException()

public:
 StorageAbortedException();
public StorageAbortedException ();
Public Sub New ()

Применяется к

StorageDataReader.StorageAbortedException(String)

public:
 StorageAbortedException(System::String ^ message);
public StorageAbortedException (string message);
new Microsoft.ReportingServices.QueryDesigners.StorageDataReader.StorageAbortedException : string -> Microsoft.ReportingServices.QueryDesigners.StorageDataReader.StorageAbortedException
Public Sub New (message As String)

Параметры

message
String

Применяется к

StorageDataReader.StorageAbortedException(SerializationInfo, StreamingContext)

protected:
 StorageAbortedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected StorageAbortedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.ReportingServices.QueryDesigners.StorageDataReader.StorageAbortedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.ReportingServices.QueryDesigners.StorageDataReader.StorageAbortedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Параметры

Применяется к

StorageDataReader.StorageAbortedException(String, Exception)

public:
 StorageAbortedException(System::String ^ message, Exception ^ innerException);
public StorageAbortedException (string message, Exception innerException);
new Microsoft.ReportingServices.QueryDesigners.StorageDataReader.StorageAbortedException : string * Exception -> Microsoft.ReportingServices.QueryDesigners.StorageDataReader.StorageAbortedException
Public Sub New (message As String, innerException As Exception)

Параметры

message
String
innerException
Exception

Применяется к