Click or drag to resize

ConfigException Constructor (String, Int32, Int32)

Initializes a new instance of the ConfigException class

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ConfigException(
	string s,
	int[] id_buff,
	int buff_length
)

Parameters

s
Type: SystemString

[Missing <param name="s"/> documentation for "M:Com.Datalogic.Device.Configuration.ConfigException.#ctor(System.String,System.Int32[],System.Int32)"]

id_buff
Type: SystemInt32

[Missing <param name="id_buff"/> documentation for "M:Com.Datalogic.Device.Configuration.ConfigException.#ctor(System.String,System.Int32[],System.Int32)"]

buff_length
Type: SystemInt32

[Missing <param name="buff_length"/> documentation for "M:Com.Datalogic.Device.Configuration.ConfigException.#ctor(System.String,System.Int32[],System.Int32)"]

See Also