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