WsDNSBaseSetErrorParameters Method
|
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected void SetErrorParameters(
WsResult ret,
CodedException cex
)
Protected Sub SetErrorParameters (
ret As WsResult,
cex As CodedException
)
protected:
void SetErrorParameters(
WsResult^ ret,
CodedException^ cex
)
member SetErrorParameters :
ret : WsResult *
cex : CodedException -> unit
protected function SetErrorParameters(
ret : WsResult,
cex : CodedException
)
Parameters
- ret
- Type: WsResult
- cex
- Type: CodedException
See Also