Click or drag to resize

EDK4NetException Constructor (String, Exception)

Initializes a new instance of the EDK4NetException class

Namespace:  EDK4Net.Exceptions
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public EDK4NetException(
	string msg,
	Exception innerException
)

Parameters

msg
Type: SystemString
innerException
Type: SystemException
See Also