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: 1.0.63
Syntax
public UnexpectedBomDataException(
	string message,
	Exception innerException
)

Parameters

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