FlagException(FlagExceptionKind, String, Exception) Constructor

Konstruktor

Definition

Namespace: OddPrg.Protocols.Flag1
Assembly: OddPrg.Frames.Flag (in OddPrg.Frames.Flag.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public FlagException(
	FlagExceptionKind kind,
	string message,
	Exception innerException
)

Parameters

kind  FlagExceptionKind
Kód chyby
message  String
Chybová hláška
innerException  Exception
Vnitřní výjimka

See Also