EdiError 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
| EdiError(Int32, String) | |
| EdiError(Int32, String, EdiErrorType) |
EdiError(Int32, String)
EdiError(Int32, String, EdiErrorType)
public:
EdiError(int code, System::String ^ desc, Microsoft::BizTalk::Edi::MessageCore::EdiErrorType errorType);
public EdiError (int code, string desc, Microsoft.BizTalk.Edi.MessageCore.EdiErrorType errorType);
new Microsoft.BizTalk.Edi.MessageCore.EdiError : int * string * Microsoft.BizTalk.Edi.MessageCore.EdiErrorType -> Microsoft.BizTalk.Edi.MessageCore.EdiError
Public Sub New (code As Integer, desc As String, errorType As EdiErrorType)
Parameters
- code
- Int32
- desc
- String
- errorType
- EdiErrorType