Class NotSupportedCrudException
Inheritance
NotSupportedCrudException
Assembly: Glitch9.IO.dll
Syntax
public class NotSupportedCrudException : NotSupportedException, ISerializable
Constructors
|
Edit this page
View Source
NotSupportedCrudException(Crud)
Declaration
public NotSupportedCrudException(Crud crud)
Parameters
| Type |
Name |
Description |
| Crud |
crud |
|
|
Edit this page
View Source
NotSupportedCrudException(Crud, string)
Declaration
public NotSupportedCrudException(Crud crud, string message)
Parameters
|
Edit this page
View Source
NotSupportedCrudException(object, Enum, Crud)
Declaration
public NotSupportedCrudException(object sender, Enum apiEnum, Crud crud)
Parameters
|
Edit this page
View Source
NotSupportedCrudException(object, string, Crud)
Declaration
public NotSupportedCrudException(object sender, string apiName, Crud crud)
Parameters
Implements
Extension Methods