Files
tgstation-server/_method_not_supported_exception_8cs_source.html

141 lines
14 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tgstation-server: src/Tgstation.Server.Client/MethodNotSupportedException.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">tgstation-server<span id="projectnumber">&#160;6.19.3</span>
</div>
<div id="projectbrief">The /tg/station 13 server suite</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_9826fb2d31585a830723e6d7089b5d0e.html">Tgstation.Server.Client</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">MethodNotSupportedException.cs</div></div>
</div><!--header-->
<div class="contents">
<a href="_method_not_supported_exception_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="keyword">using </span>System;</div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="keyword">using </span>System.Net.Http;</div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_response.html">Tgstation.Server.Api.Models.Response</a>;</div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span> </div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_client.html">Tgstation.Server.Client</a></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span>{</div>
<div class="foldopen" id="foldopen00011" data-start="{" data-end="};">
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html"> 11</a></span> <span class="keyword">public</span> <span class="keyword">sealed</span> <span class="keyword">class </span><a class="code hl_class" href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html">MethodNotSupportedException</a> : <a class="code hl_class" href="class_tgstation_1_1_server_1_1_client_1_1_api_exception.html">ApiException</a></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> {</div>
<div class="foldopen" id="foldopen00018" data-start="{" data-end="}">
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html#ab4a276b27fda1d6a9761a2d462a3c7d2"> 18</a></span> <span class="keyword">public</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html#ab4a276b27fda1d6a9761a2d462a3c7d2">MethodNotSupportedException</a>(<a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_error_message_response.html">ErrorMessageResponse</a>? errorMessage, HttpResponseMessage responseMessage)</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> : base(errorMessage, responseMessage)</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> {</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> }</div>
</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
<div class="foldopen" id="foldopen00026" data-start="{" data-end="}">
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html#a7fb5cb48720526b863fc7bf5ea57ef02"> 26</a></span> <span class="keyword">public</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html#a7fb5cb48720526b863fc7bf5ea57ef02">MethodNotSupportedException</a>()</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> {</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> }</div>
</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="foldopen" id="foldopen00034" data-start="{" data-end="}">
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html#a37543ec8aabe8b8fa96a15243d02e318"> 34</a></span> <span class="keyword">public</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html#a37543ec8aabe8b8fa96a15243d02e318">MethodNotSupportedException</a>(<span class="keywordtype">string</span> message)</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> : base(message)</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> {</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> }</div>
</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="foldopen" id="foldopen00044" data-start="{" data-end="}">
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html#a5b0a4306e368279a8b18f50a7ad6bb63"> 44</a></span> <span class="keyword">public</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html#a5b0a4306e368279a8b18f50a7ad6bb63">MethodNotSupportedException</a>(<span class="keywordtype">string</span> message, <a class="code hl_class" href="class_exception.html">Exception</a> innerException)</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> : base(message, innerException)</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> {</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> }</div>
</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> }</div>
</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span>}</div>
<div class="ttc" id="aclass_exception_html"><div class="ttname"><a href="class_exception.html">Exception</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_error_message_response_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_error_message_response.html">Tgstation.Server.Api.Models.Response.ErrorMessageResponse</a></div><div class="ttdoc">Represents an error message returned by the server.</div><div class="ttdef"><b>Definition</b> <a href="_error_message_response_8cs_source.html#l00011">ErrorMessageResponse.cs:12</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_api_exception_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_api_exception.html">Tgstation.Server.Client.ApiException</a></div><div class="ttdoc">API related Exceptions.</div><div class="ttdef"><b>Definition</b> <a href="_api_exception_8cs_source.html#l00012">ApiException.cs:13</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html">Tgstation.Server.Client.MethodNotSupportedException</a></div><div class="ttdoc">Occurs when the client tries to use a currently unsupported API.</div><div class="ttdef"><b>Definition</b> <a href="_method_not_supported_exception_8cs_source.html#l00011">MethodNotSupportedException.cs:12</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception_html_a37543ec8aabe8b8fa96a15243d02e318"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html#a37543ec8aabe8b8fa96a15243d02e318">Tgstation.Server.Client.MethodNotSupportedException.MethodNotSupportedException</a></div><div class="ttdeci">MethodNotSupportedException(string message)</div><div class="ttdoc">Initializes a new instance of the MethodNotSupportedException class.</div><div class="ttdef"><b>Definition</b> <a href="_method_not_supported_exception_8cs_source.html#l00034">MethodNotSupportedException.cs:34</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception_html_a5b0a4306e368279a8b18f50a7ad6bb63"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html#a5b0a4306e368279a8b18f50a7ad6bb63">Tgstation.Server.Client.MethodNotSupportedException.MethodNotSupportedException</a></div><div class="ttdeci">MethodNotSupportedException(string message, Exception innerException)</div><div class="ttdoc">Initializes a new instance of the MethodNotSupportedException class.</div><div class="ttdef"><b>Definition</b> <a href="_method_not_supported_exception_8cs_source.html#l00044">MethodNotSupportedException.cs:44</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception_html_a7fb5cb48720526b863fc7bf5ea57ef02"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html#a7fb5cb48720526b863fc7bf5ea57ef02">Tgstation.Server.Client.MethodNotSupportedException.MethodNotSupportedException</a></div><div class="ttdeci">MethodNotSupportedException()</div><div class="ttdoc">Initializes a new instance of the MethodNotSupportedException class.</div><div class="ttdef"><b>Definition</b> <a href="_method_not_supported_exception_8cs_source.html#l00026">MethodNotSupportedException.cs:26</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception_html_ab4a276b27fda1d6a9761a2d462a3c7d2"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_method_not_supported_exception.html#ab4a276b27fda1d6a9761a2d462a3c7d2">Tgstation.Server.Client.MethodNotSupportedException.MethodNotSupportedException</a></div><div class="ttdeci">MethodNotSupportedException(ErrorMessageResponse? errorMessage, HttpResponseMessage responseMessage)</div><div class="ttdoc">Initializes a new instance of the MethodNotSupportedException class.</div><div class="ttdef"><b>Definition</b> <a href="_method_not_supported_exception_8cs_source.html#l00018">MethodNotSupportedException.cs:18</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_response.html">Tgstation.Server.Api.Models.Response</a></div><div class="ttdef"><b>Definition</b> <a href="_administration_response_8cs_source.html#l00005">AdministrationResponse.cs:6</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_client_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_client.html">Tgstation.Server.Client</a></div><div class="ttdef"><b>Definition</b> <a href="_authenticated_graph_q_l_server_client_8cs_source.html#l00011">AuthenticatedGraphQLServerClient.cs:12</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>