PrcaException.

PrcaException(string) Constructor

Summary

Initializes a new instance of the PrcaException class with a specified error message.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca
Containing Type
PrcaException

Syntax

public PrcaException(string message)

Parameters

Name Type Description
message string The message that describes the error.

Return Value

Type Description
void
GitHub