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