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