Click or drag to resize

CvmDeviceException Constructor (String, Exception)

Initializes a new instance of the CvmDeviceException class

Namespace:  Rubedos.Viper.Net
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public CvmDeviceException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Rubedos.Viper.Net.CvmDeviceException.#ctor(System.String,System.Exception)"]

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:Rubedos.Viper.Net.CvmDeviceException.#ctor(System.String,System.Exception)"]

See Also