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