Click or drag to resize

EnvironmentException Constructor (String, EventId, Exception)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public EnvironmentException(
	string message,
	EventId eventId,
	Exception innerException
)

Parameters

message
Type: SystemString
eventId
Type: Omada.OE.ModelEventId
innerException
Type: SystemException
See Also