DehydrationFailedException 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
| DehydrationFailedException(Exception, String) | |
| DehydrationFailedException(SerializationInfo, StreamingContext) |
DehydrationFailedException(Exception, String)
public:
DehydrationFailedException(Exception ^ e, System::String ^ serviceId);
public DehydrationFailedException(Exception e, string serviceId);
new Microsoft.XLANGs.Core.DehydrationFailedException : Exception * string -> Microsoft.XLANGs.Core.DehydrationFailedException
Public Sub New (e As Exception, serviceId As String)
Parameter
- serviceId
- String
Gilt für:
DehydrationFailedException(SerializationInfo, StreamingContext)
protected:
DehydrationFailedException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected DehydrationFailedException(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.Core.DehydrationFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.Core.DehydrationFailedException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)