Class FaultException
Исключение API.
Implements
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public class FaultException : Exception, ISerializable
Constructors
FaultException(string)
Создает исключение типа FaultException.
Declaration
public FaultException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Сообщение. |