ChannelClosedException Class
Namespace: Cysharp.Threading.Tasks
Assembly: cs.temp.dll.dll
public class ChannelClosedException : InvalidOperationException, ISerializable, _Exception
Inheritance
System.Object → System.Exception → System.SystemException → System.InvalidOperationException → ChannelClosedExceptionImplements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Members
Constructors
| Name | Description |
|---|---|
| ChannelClosedException() | |
| ChannelClosedException(Exception) | |
| ChannelClosedException(String) | |
| ChannelClosedException(String, Exception) |
Constructors
ChannelClosedException()
public ChannelClosedException()
ChannelClosedException(Exception)
public ChannelClosedException(Exception innerException)
Parameters
innerExceptionSystem.Exception
ChannelClosedException(String)
public ChannelClosedException(string message)
Parameters
messageSystem.String
ChannelClosedException(String, Exception)
public ChannelClosedException(string message, Exception innerException)
Parameters
messageSystem.StringinnerExceptionSystem.Exception
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception