Click or drag to resize

UnexpectedBomDataException(String) Constructor

Initializes a new instance of the UnexpectedBomDataException class.

Namespace: CeliAPS.BomApi.Exceptions
Assembly: BomApi (in BomApi.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
public UnexpectedBomDataException(
	string message
)

Parameters

message  String
The message.
See Also