[libvirt] C# bindings raising an error

Matthias Bolte matthias.bolte at googlemail.com
Fri Oct 29 08:35:25 UTC 2010


You can use the global virSetErrorFunc and try to open a connection to
a non-existing server.

Or open a connection to an existing server but try to call
virDomainLookupByName for a non-existing domain name to demonstrate
the use of virConnectSetErrorFunc.

Matthias

2010/10/29  <arnaud.champion at devatom.fr>:
> ?I'm not sure, because I want to show usage of virConnectSetErrorFunc which
> take a valid connection pointer.
>
> Arnaud
>
> --------------------------------------------------
> From: "Justin Clift" <jclift at redhat.com>
> Sent: Friday, October 29, 2010 10:05 AM
> To: <arnaud.champion at devatom.fr>
> Cc: <libvir-list at redhat.com>
> Subject: Re: [libvirt] C# bindings raising an error
>
>> On 10/29/2010 06:57 PM, arnaud.champion at devatom.fr wrote:
>>>
>>> ?Hi,
>>>
>>> I start to work on a new sample code for C# bindings. The goal is to
>>> show how to use errors callbacks... Do you a way to raise an error
>>> for sample ? (I know it's an antagonist request  )
>>
>> Maybe try to connect to a domain that doesn't exist?
>>
>>  qemu+ssh://root@mistake.example.org/system
>>
>>
>
> --
> libvir-list mailing list
> libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list
>




More information about the libvir-list mailing list