StorageDataReader.StorageAbortedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StorageDataReader.StorageAbortedException()
public:
StorageAbortedException();
public StorageAbortedException ();
Public Sub New ()
Applies to
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)
Parameters
- message
- String
Applies to
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)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
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)
Parameters
- message
- String
- innerException
- Exception