Class AsyncOperationKeyInUseException
Inheritance
AsyncOperationKeyInUseException
Assembly: cs.temp.dll.dll
Syntax
public class AsyncOperationKeyInUseException : Exception, ISerializable, _Exception
Constructors
AsyncOperationKeyInUseException()
Declaration
public AsyncOperationKeyInUseException()
AsyncOperationKeyInUseException(String)
Declaration
public AsyncOperationKeyInUseException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
AsyncOperationKeyInUseException(String, Exception)
Declaration
public AsyncOperationKeyInUseException(string message, Exception innerException)
Parameters
Implements