InstanceIsNonRecoverableException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| 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)
Parameter
- s
- Service
Gilt für:
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)