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

Parameters

message  String
The message.
See Also