GetInteceptorConfigRequestFailedException 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
| GetInteceptorConfigRequestFailedException(Exception, Guid) | |
| GetInteceptorConfigRequestFailedException(SerializationInfo, StreamingContext) |
GetInteceptorConfigRequestFailedException(Exception, Guid)
public:
GetInteceptorConfigRequestFailedException(Exception ^ inner, Guid instanceId);
public GetInteceptorConfigRequestFailedException (Exception inner, Guid instanceId);
new Microsoft.XLANGs.RuntimeTypes.GetInteceptorConfigRequestFailedException : Exception * Guid -> Microsoft.XLANGs.RuntimeTypes.GetInteceptorConfigRequestFailedException
Public Sub New (inner As Exception, instanceId As Guid)
Parameters
- inner
- Exception
- instanceId
- Guid
Applies to
GetInteceptorConfigRequestFailedException(SerializationInfo, StreamingContext)
protected:
GetInteceptorConfigRequestFailedException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected GetInteceptorConfigRequestFailedException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.RuntimeTypes.GetInteceptorConfigRequestFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.RuntimeTypes.GetInteceptorConfigRequestFailedException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)