Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AsnContentException.cs
Go to the documentation of this file.
1
using
System.Runtime.Serialization
;
2
3
namespace
System.Formats.Asn1
;
4
5
[
Serializable
]
6
public
class
AsnContentException
:
Exception
7
{
8
public
AsnContentException
()
9
:
base
(
System
.
SR
.ContentException_DefaultMessage)
10
{
11
}
12
13
public
AsnContentException
(
string
? message)
14
:
base
(message ??
System
.
SR
.ContentException_DefaultMessage)
15
{
16
}
17
18
public
AsnContentException
(
string
? message,
Exception
? inner)
19
:
base
(message ??
System
.
SR
.ContentException_DefaultMessage, inner)
20
{
21
}
22
23
protected
AsnContentException
(
SerializationInfo
info
,
StreamingContext
context)
24
:
base
(
info
, context)
25
{
26
}
27
}
System.Exception
Definition
Exception.cs:15
System.Formats.Asn1.AsnContentException.AsnContentException
AsnContentException(string? message, Exception? inner)
Definition
AsnContentException.cs:18
System.Formats.Asn1.AsnContentException.AsnContentException
AsnContentException(string? message)
Definition
AsnContentException.cs:13
System.Formats.Asn1.AsnContentException.AsnContentException
AsnContentException(SerializationInfo info, StreamingContext context)
Definition
AsnContentException.cs:23
System.Formats.Asn1.AsnContentException.AsnContentException
AsnContentException()
Definition
AsnContentException.cs:8
System.Formats.Asn1.AsnContentException
Definition
AsnContentException.cs:7
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:7
System.SR
Definition
SR.cs:7
System.Data.IsolationLevel.Serializable
@ Serializable
System.Formats.Asn1
Definition
Asn1Tag.cs:3
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Runtime.Serialization
Definition
SerializationGuard.cs:3
System.ExceptionArgument.info
@ info
System
Definition
BlockingCollection.cs:8
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:6
source
System.Formats.Asn1
System.Formats.Asn1
AsnContentException.cs
Generated by
1.10.0