Click or drag to resize

UnexpectedBomDataException(String, Exception) Constructor

Initializes a new instance of the UnexpectedBomDataException class.

Namespace: CeliAPS.BomApi.Exceptions
Assembly: BomApi (in BomApi.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
public UnexpectedBomDataException(
	string message,
	Exception innerException
)

Parameters

message  String
The message.
innerException  Exception
The inner exception.
See Also