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