InterceptorException 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
InterceptorException(Guid, Exception) | |
InterceptorException(SerializationInfo, StreamingContext) |
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)
Parameters
- interceptorId
- Guid
Applies to
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)