ServiceDependentException 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
ServiceDependentException(String) | |
ServiceDependentException(SerializationInfo, StreamingContext) |
ServiceDependentException(String)
public:
ServiceDependentException(System::String ^ serviceName);
public ServiceDependentException (string serviceName);
new Microsoft.XLANGs.Core.ServiceDependentException : string -> Microsoft.XLANGs.Core.ServiceDependentException
Public Sub New (serviceName As String)
Parameters
- serviceName
- String
Applies to
ServiceDependentException(SerializationInfo, StreamingContext)
protected:
ServiceDependentException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected ServiceDependentException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.Core.ServiceDependentException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.Core.ServiceDependentException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)