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