mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-17 20:50:11 +00:00
deploy: dce4366f3e
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>ChannelClosedException Class
|
||||
| UniTask </title>
|
||||
| UniTask </title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="ChannelClosedException Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx ">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
@@ -18,14 +18,14 @@
|
||||
<link rel="stylesheet" href="../styles/cysharp.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-default ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
@@ -35,7 +35,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
|
||||
<div class="navbar-brand">
|
||||
<a href="../">
|
||||
<img id="logo" src="../img/Icon.png" alt="">
|
||||
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
@@ -62,7 +62,7 @@
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
@@ -72,42 +72,41 @@
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="Cysharp.Threading.Tasks.ChannelClosedException">
|
||||
|
||||
|
||||
<h1 id="Cysharp_Threading_Tasks_ChannelClosedException" data-uid="Cysharp.Threading.Tasks.ChannelClosedException" class="text-break">ChannelClosedException Class
|
||||
</h1>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="Cysharp.Threading.Tasks.html">Cysharp.Threading.Tasks</a></h6>
|
||||
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
|
||||
|
||||
</h1>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="Cysharp.html">Cysharp</a>.<a class="xref" href="Cysharp.Threading.html">Threading</a>.<a class="xref" href="Cysharp.Threading.Tasks.html">Tasks</a></h6>
|
||||
<h6><strong>Assembly</strong>: UniTask.dll</h6>
|
||||
|
||||
<div class="markdown level0 summary"></div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class ChannelClosedException : InvalidOperationException, ISerializable, _Exception</code></pre>
|
||||
<pre><code class="lang- hljs">public class ChannelClosedException : InvalidOperationException, ISerializable</code></pre>
|
||||
</div>
|
||||
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<span><span class="xref">System.Object</span></span> →
|
||||
<span><span class="xref">System.Exception</span></span> →
|
||||
<span><span class="xref">System.SystemException</span></span> →
|
||||
<span><span class="xref">System.InvalidOperationException</span></span> →
|
||||
<span><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></span> →
|
||||
<span><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></span> →
|
||||
<span><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.systemexception">SystemException</a></span> →
|
||||
<span><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.invalidoperationexception">InvalidOperationException</a></span> →
|
||||
<span class="xref">ChannelClosedException</span>
|
||||
</div>
|
||||
|
||||
|
||||
<div classs="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.Runtime.Serialization.ISerializable</span></div>
|
||||
<div><span class="xref">System.Runtime.InteropServices._Exception</span></div>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 id="members">Members</h3>
|
||||
<h4>Constructors
|
||||
</h4>
|
||||
</h4>
|
||||
<table class="table table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -130,149 +129,153 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.ChannelClosedException.html#Cysharp_Threading_Tasks_ChannelClosedException__ctor_System_String_">ChannelClosedException(String)</a>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.ChannelClosedException.html#Cysharp_Threading_Tasks_ChannelClosedException__ctor_System_String_">ChannelClosedException(string)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.ChannelClosedException.html#Cysharp_Threading_Tasks_ChannelClosedException__ctor_System_String_System_Exception_">ChannelClosedException(String, Exception)</a>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.ChannelClosedException.html#Cysharp_Threading_Tasks_ChannelClosedException__ctor_System_String_System_Exception_">ChannelClosedException(string, Exception)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
</h3>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_ChannelClosedException__ctor_" data-uid="Cysharp.Threading.Tasks.ChannelClosedException.#ctor*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_ChannelClosedException__ctor" data-uid="Cysharp.Threading.Tasks.ChannelClosedException.#ctor">ChannelClosedException()</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ChannelClosedException()</code></pre>
|
||||
<pre><code class="lang- hljs">public ChannelClosedException()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_ChannelClosedException__ctor_" data-uid="Cysharp.Threading.Tasks.ChannelClosedException.#ctor*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_ChannelClosedException__ctor_System_Exception_" data-uid="Cysharp.Threading.Tasks.ChannelClosedException.#ctor(System.Exception)">ChannelClosedException(Exception)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ChannelClosedException(Exception innerException)</code></pre>
|
||||
<pre><code class="lang- hljs">public ChannelClosedException(Exception innerException)</code></pre>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>innerException</code></span> <span class="xref">System.Exception</span></dt>
|
||||
<dt><span class="parametername"><code>innerException</code></span> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_ChannelClosedException__ctor_" data-uid="Cysharp.Threading.Tasks.ChannelClosedException.#ctor*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_ChannelClosedException__ctor_System_String_" data-uid="Cysharp.Threading.Tasks.ChannelClosedException.#ctor(System.String)">ChannelClosedException(String)</h4>
|
||||
<h4 id="Cysharp_Threading_Tasks_ChannelClosedException__ctor_System_String_" data-uid="Cysharp.Threading.Tasks.ChannelClosedException.#ctor(System.String)">ChannelClosedException(string)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ChannelClosedException(string message)</code></pre>
|
||||
<pre><code class="lang- hljs">public ChannelClosedException(string message)</code></pre>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>message</code></span> <span class="xref">System.String</span></dt>
|
||||
<dt><span class="parametername"><code>message</code></span> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_ChannelClosedException__ctor_" data-uid="Cysharp.Threading.Tasks.ChannelClosedException.#ctor*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_ChannelClosedException__ctor_System_String_System_Exception_" data-uid="Cysharp.Threading.Tasks.ChannelClosedException.#ctor(System.String,System.Exception)">ChannelClosedException(String, Exception)</h4>
|
||||
<h4 id="Cysharp_Threading_Tasks_ChannelClosedException__ctor_System_String_System_Exception_" data-uid="Cysharp.Threading.Tasks.ChannelClosedException.#ctor(System.String,System.Exception)">ChannelClosedException(string, Exception)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ChannelClosedException(string message, Exception innerException)</code></pre>
|
||||
<pre><code class="lang- hljs">public ChannelClosedException(string message, Exception innerException)</code></pre>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>message</code></span> <span class="xref">System.String</span></dt>
|
||||
<dt><span class="parametername"><code>message</code></span> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>innerException</code></span> <span class="xref">System.Exception</span></dt>
|
||||
<dt><span class="parametername"><code>innerException</code></span> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<span class="xref">System.Runtime.Serialization.ISerializable</span>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a>
|
||||
</div>
|
||||
|
||||
<h3 id="extensionmethods">Extension Methods</h3>
|
||||
<div>
|
||||
<a class="xref" href="FluentAssertions.FluentAssertionsExtensions.html#FluentAssertions_FluentAssertionsExtensions_Should__1___0_">FluentAssertionsExtensions.Should<T>(T)</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Runtime.InteropServices._Exception</span>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.ExceptionExtensions.html#Cysharp_Threading_Tasks_ExceptionExtensions_IsOperationCanceledException_System_Exception_">ExceptionExtensions.IsOperationCanceledException(Exception)</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
@@ -282,20 +285,20 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<footer>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
Copyright © <a href="https://cysharp.co.jp/">Cysharp</a>, Inc. | <span>Generated by <strong>DocFX</strong></span>
|
||||
|
||||
Copyright © <a href="https://cysharp.co.jp/">Cysharp</a>, Inc. | <span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.override.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user