EBoksException(String, String, String) Constructor |
Namespace: WorkZone.Dispatcher.EBoksAssembly: WorkZone.Dispatcher.EBoks_24.5.0.0 (in WorkZone.Dispatcher.EBoks_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic EBoksException(
string errorCode,
string errorId,
string errorText
)
Public Sub New (
errorCode As String,
errorId As String,
errorText As String
)
public:
EBoksException(
String^ errorCode,
String^ errorId,
String^ errorText
)
new :
errorCode : string *
errorId : string *
errorText : string -> EBoksException
Parameters
- errorCode String
[Missing <param name="errorCode"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksException.#ctor(System.String,System.String,System.String)"]
- errorId String
[Missing <param name="errorId"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksException.#ctor(System.String,System.String,System.String)"]
- errorText String
[Missing <param name="errorText"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksException.#ctor(System.String,System.String,System.String)"]
See Also