Click or drag to resize

CrcException(String) Constructor

Initializes a new instance of the CrcException class.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public CrcException(
	string message
)
View Source

Parameters

message  String
The message that describes the error.
See Also