CryptoSignedXmlRecursionException Konstruktorer

Definition

Överlagringar

Name Description
CryptoSignedXmlRecursionException()

Initierar en ny instans av CryptoSignedXmlRecursionException klassen.

CryptoSignedXmlRecursionException(String)

Initierar en ny instans av CryptoSignedXmlRecursionException klassen med ett angivet felmeddelande.

CryptoSignedXmlRecursionException(SerializationInfo, StreamingContext)
Föråldrad.

Initierar en ny instans av CryptoSignedXmlRecursionException klassen med serialiserade data.

CryptoSignedXmlRecursionException(String, Exception)

Initierar en ny instans av CryptoSignedXmlRecursionException klassen med ett angivet felmeddelande och en referens till det inre undantaget som är orsaken till det här undantaget.

CryptoSignedXmlRecursionException()

Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs

Initierar en ny instans av CryptoSignedXmlRecursionException klassen.

public:
 CryptoSignedXmlRecursionException();
public CryptoSignedXmlRecursionException();
Public Sub New ()

Gäller för

CryptoSignedXmlRecursionException(String)

Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs

Initierar en ny instans av CryptoSignedXmlRecursionException klassen med ett angivet felmeddelande.

public:
 CryptoSignedXmlRecursionException(System::String ^ message);
public CryptoSignedXmlRecursionException(string message);
new System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException : string -> System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException
Public Sub New (message As String)

Parametrar

message
String

Felmeddelandet som förklarar orsaken till undantaget.

Gäller för

CryptoSignedXmlRecursionException(SerializationInfo, StreamingContext)

Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs

Varning

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Initierar en ny instans av CryptoSignedXmlRecursionException klassen med serialiserade data.

protected:
 CryptoSignedXmlRecursionException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected CryptoSignedXmlRecursionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
protected CryptoSignedXmlRecursionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException
new System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametrar

info
SerializationInfo

Objektet som innehåller serialiserade objektdata.

context
StreamingContext

Sammanhangsinformation om källan eller målet.

Attribut

Kommentarer

Den här konstruktorn anropas under deserialiseringen för att återskapa undantagsobjektet som överförs via en ström.

Gäller för

CryptoSignedXmlRecursionException(String, Exception)

Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs
Källa:
CryptoSignedXmlRecursionException.cs

Initierar en ny instans av CryptoSignedXmlRecursionException klassen med ett angivet felmeddelande och en referens till det inre undantaget som är orsaken till det här undantaget.

public:
 CryptoSignedXmlRecursionException(System::String ^ message, Exception ^ inner);
public CryptoSignedXmlRecursionException(string message, Exception inner);
new System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException : string * Exception -> System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException
Public Sub New (message As String, inner As Exception)

Parametrar

message
String

Felmeddelandet som förklarar orsaken till undantaget.

inner
Exception

Undantaget som är orsaken till det aktuella undantaget.

Gäller för