CryptoSignedXmlRecursionException Konstruktorok

Definíció

Túlterhelések

Name Description
CryptoSignedXmlRecursionException()

Inicializálja a CryptoSignedXmlRecursionException osztály új példányát.

CryptoSignedXmlRecursionException(String)

Inicializálja az CryptoSignedXmlRecursionException osztály új példányát egy megadott hibaüzenettel.

CryptoSignedXmlRecursionException(SerializationInfo, StreamingContext)
Elavult.

Inicializálja az CryptoSignedXmlRecursionException osztály új példányát szerializált adatokkal.

CryptoSignedXmlRecursionException(String, Exception)

Inicializálja az CryptoSignedXmlRecursionException osztály új példányát egy megadott hibaüzenettel és a kivétel okaként szolgáló belső kivételre mutató hivatkozással.

CryptoSignedXmlRecursionException()

Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs

Inicializálja a CryptoSignedXmlRecursionException osztály új példányát.

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

A következőre érvényes:

CryptoSignedXmlRecursionException(String)

Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs

Inicializálja az CryptoSignedXmlRecursionException osztály új példányát egy megadott hibaüzenettel.

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)

Paraméterek

message
String

A kivétel okát magyarázó hibaüzenet.

A következőre érvényes:

CryptoSignedXmlRecursionException(SerializationInfo, StreamingContext)

Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs

Figyelemfelhívás

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

Inicializálja az CryptoSignedXmlRecursionException osztály új példányát szerializált adatokkal.

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)

Paraméterek

info
SerializationInfo

A szerializált objektumadatokat tartalmazó objektum.

context
StreamingContext

A forrásra vagy a célra vonatkozó környezeti információk.

Attribútumok

Megjegyzések

Ezt a konstruktort a deszerializálás során hívjuk meg a streamen keresztül továbbított kivételobjektum újbóli létrehozásához.

A következőre érvényes:

CryptoSignedXmlRecursionException(String, Exception)

Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs
Forrás:
CryptoSignedXmlRecursionException.cs

Inicializálja az CryptoSignedXmlRecursionException osztály új példányát egy megadott hibaüzenettel és a kivétel okaként szolgáló belső kivételre mutató hivatkozással.

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)

Paraméterek

message
String

A kivétel okát magyarázó hibaüzenet.

inner
Exception

Az aktuális kivétel okaként megadott kivétel.

A következőre érvényes: