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
innerException
System.Exception
ChannelClosedException(String)
public ChannelClosedException(string message)
Parameters
message
System.String
ChannelClosedException(String, Exception)
public ChannelClosedException(string message, Exception innerException)
Parameters
message
System.StringinnerException
System.Exception
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception