Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Throw() [1/2]

void System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw ( )
inline

Definition at line 31 of file ExceptionDispatchInfo.cs.

32 {
34 throw _exception;
35 }
void RestoreDispatchState(in DispatchState dispatchState)
Definition Exception.cs:264

References System.Runtime.ExceptionServices.ExceptionDispatchInfo._dispatchState, System.Runtime.ExceptionServices.ExceptionDispatchInfo._exception, and System.Exception.RestoreDispatchState().

Referenced by System.Net.FtpWebRequest.CheckError(), System.Net.Mime.MimeMultiPart.Complete(), System.Net.Mime.MimePart.Complete(), System.Net.Sockets.TcpClient.Connect(), System.Net.Sockets.Socket.ConnectAsync(), System.Net.Security.SecureChannel.CreateFatalHandshakeAlertToken(), System.Net.Security.SecureChannel.CreateShutdownToken(), System.Net.Mail.SendMailAsyncResult.End(), System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.End(), System.Net.Mime.BaseWriter.EndGetContentStream(), System.Net.HttpListener.EndGetContext(), System.Net.FtpDataStream.EndRead(), System.Net.HttpRequestStream.EndRead(), System.Net.Mail.Message.EndSend(), System.Net.Mail.ReadLinesCommand.EndSend(), System.Net.Mail.CheckCommand.EndSend(), System.Net.HttpResponseStream.EndWriteCore(), System.Threading.Tasks.Parallel.ForWorker64< TLocal >(), System.Threading.Tasks.Parallel.ForWorker< TLocal >(), System.Threading.Tasks.RendezvousAwaitable< TResult >.GetResult(), System.Net.Http.Http3RequestStream.HandleReadResponseContentException(), System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore< TResult >.InvokeContinuationWithContext(), System.Threading.Tasks.Parallel.PartitionerForEachWorker< TSource, TLocal >(), System.Net.Http.HttpConnectionPoolManager.SendAsyncMultiProxy(), System.Net.Security.NegotiateStream.SendAuthResetSignalAndThrowAsync< TAdapter >(), System.LazyHelper.ThrowException(), System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore< TResult >.ThrowForFailedGetResult(), System.Net.Security.NegotiateStream.ThrowIfExceptional(), System.Net.Security.SslStream.ThrowIfExceptional(), System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException(), and System.Linq.Expressions.Interpreter.ExceptionHelpers.UnwrapAndRethrow().