Class SoAsyncProviderTimeoutException
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoDataBase.dll
Syntax
public class SoAsyncProviderTimeoutException : SoException, ISerializable, _Exception
Constructors
SoAsyncProviderTimeoutException(SerializationInfo, StreamingContext)
Declaration
protected SoAsyncProviderTimeoutException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
SoAsyncProviderTimeoutException(String)
Constructor accepting message
Declaration
public SoAsyncProviderTimeoutException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Message for the exception. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)