[This is preliminary documentation and is subject to change.]
Create an error SIF_Ack for this message.
| C# | Visual Basic | Visual C++ |
public virtual SIF_Ack AckError( SifErrorCategoryCode category, int code, string desc )
Public Overridable Function AckError ( _ category As SifErrorCategoryCode, _ code As Integer, _ desc As String _ ) As SIF_Ack
public: virtual SIF_Ack^ AckError ( SifErrorCategoryCode category, int code, String^ desc )
- category (SifErrorCategoryCode)
- The value of the SIF_Error/SIF_Category element
- code (Int32)
- The value of the SIF_Error/SIF_Code element
- desc (String)
- The value of the SIF_Error/SIF_Desc element
A new SIF_Ack instance with a SIF_Error element and SIF_Ack
header values derived from this message's header values