WsDNSBaseSetErrorResult Method
|
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected void SetErrorResult(
WsResult ret,
Exception ex,
int code
)
Protected Sub SetErrorResult (
ret As WsResult,
ex As Exception,
code As Integer
)
protected:
void SetErrorResult(
WsResult^ ret,
Exception^ ex,
int code
)
member SetErrorResult :
ret : WsResult *
ex : Exception *
code : int -> unit
protected function SetErrorResult(
ret : WsResult,
ex : Exception,
code : int
)
Parameters
- ret
- Type: WsResult
- ex
- Type: SystemException
- code
- Type: SystemInt32
See Also