PrcaException Class

Summary

Represents errors that occur during pull request code analysis execution.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca
Interfaces
  • ISerializable
  • _Exception
Base Types
  • object
  • Exception
graph TD Base0["Exception"]-->Type Base1["object"]-->Base0 Interface0["ISerializable"]-.->Type Interface1["_Exception"]-.->Type Type["PrcaException"] class Type type-node

Syntax

public class PrcaException : Exception, ISerializable, _Exception

Constructors

Name Summary
PrcaException() Initializes a new instance of the PrcaException class.
PrcaException(SerializationInfo, StreamingContext) Initializes a new instance of the PrcaException class with serialized data.
PrcaException(string) Initializes a new instance of the PrcaException class with a specified error message.
PrcaException(string, Exception) Initializes a new instance of the PrcaException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Extension Methods

Name Value Summary
NotNull<PrcaException>(string) void
Throws an exception if the specified parameter's value is null.
GitHub