Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AuthenticationException.cs
Go to the documentation of this file.
1
using
System.Runtime.CompilerServices
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.Security.Authentication
;
5
6
[
Serializable
]
7
[
TypeForwardedFrom
(
"System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
)]
8
public
class
AuthenticationException
:
SystemException
9
{
10
public
AuthenticationException
()
11
{
12
}
13
14
public
AuthenticationException
(
string
? message)
15
:
base
(message)
16
{
17
}
18
19
public
AuthenticationException
(
string
? message,
Exception
?
innerException
)
20
:
base
(message,
innerException
)
21
{
22
}
23
24
protected
AuthenticationException
(
SerializationInfo
serializationInfo
,
StreamingContext
streamingContext
)
25
:
base
(
serializationInfo
,
streamingContext
)
26
{
27
}
28
}
System.Exception
Definition
Exception.cs:15
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:7
System.Security.Authentication.AuthenticationException.AuthenticationException
AuthenticationException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Definition
AuthenticationException.cs:24
System.Security.Authentication.AuthenticationException.AuthenticationException
AuthenticationException(string? message, Exception? innerException)
Definition
AuthenticationException.cs:19
System.Security.Authentication.AuthenticationException.AuthenticationException
AuthenticationException(string? message)
Definition
AuthenticationException.cs:14
System.Security.Authentication.AuthenticationException.AuthenticationException
AuthenticationException()
Definition
AuthenticationException.cs:10
System.Security.Authentication.AuthenticationException
Definition
AuthenticationException.cs:9
System.SystemException
Definition
SystemException.cs:9
System.Data.IsolationLevel.Serializable
@ Serializable
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Runtime.Serialization
Definition
SerializationGuard.cs:3
System.Security.Authentication
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:6
source
System.Net.Security
System.Security.Authentication
AuthenticationException.cs
Generated by
1.10.0