TransferException 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
TransferException() | |
TransferException(String) | |
TransferException(SerializationInfo, StreamingContext) | |
TransferException(String, Exception) |
TransferException()
public TransferException ();
Public Sub New ()
Applies to
TransferException(String)
public TransferException (string message);
new Microsoft.SqlServer.Management.Common.TransferException : string -> Microsoft.SqlServer.Management.Common.TransferException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
TransferException(SerializationInfo, StreamingContext)
protected TransferException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Common.TransferException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Common.TransferException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
TransferException(String, Exception)
public TransferException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Common.TransferException : string * Exception -> Microsoft.SqlServer.Management.Common.TransferException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception