StorytellerException Class

Summary

Exception fro Storyteller
Assembly
Cake.Storyteller.dll
Namespace
Cake.Storyteller
Base Types
  • Exception
graph BT Type-->Base0["Exception"] Type["StorytellerException"] class Type type-node

Syntax

public class StorytellerException : Exception

Constructors

Name Summary
StorytellerException(string) Exception that is thrown when a Storyteller test fails.

Extension Methods

Name Value Summary
Dump<StorytellerException>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<StorytellerException>(StorytellerException[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<StorytellerException>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<StorytellerException>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<StorytellerException>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<StorytellerException>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin