CommandResults Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A factory for ExecuteCommandResult.
public static class CommandResults
type CommandResults = class
Public Class CommandResults
- Inheritance
-
CommandResults
Methods
Failure(Exception) |
Produces an unsuccessful result from an Exception. Message is used as the error message. |
Failure(String) |
Produces an unsuccessful result with an error message. |
Success() |
Produces a success result. |