BTXInterceptorCreationException 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
BTXInterceptorCreationException(SerializationInfo, StreamingContext) | |
BTXInterceptorCreationException(String, Exception) |
BTXInterceptorCreationException(SerializationInfo, StreamingContext)
protected:
BTXInterceptorCreationException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected BTXInterceptorCreationException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.BizTalk.XLANGs.BTXEngine.BTXInterceptorCreationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.XLANGs.BTXEngine.BTXInterceptorCreationException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)
Parameters
Applies to
BTXInterceptorCreationException(String, Exception)
public:
BTXInterceptorCreationException(System::String ^ interceptorType, Exception ^ e);
public BTXInterceptorCreationException (string interceptorType, Exception e);
new Microsoft.BizTalk.XLANGs.BTXEngine.BTXInterceptorCreationException : string * Exception -> Microsoft.BizTalk.XLANGs.BTXEngine.BTXInterceptorCreationException
Public Sub New (interceptorType As String, e As Exception)
Parameters
- interceptorType
- String