Pkcs12LoadLimitExceededException(String) Constructor

Definition

Initializes a new instance of the Pkcs12LoadLimitExceededException class.

public:
 Pkcs12LoadLimitExceededException(System::String ^ propertyName);
public Pkcs12LoadLimitExceededException (string propertyName);
new System.Security.Cryptography.X509Certificates.Pkcs12LoadLimitExceededException : string -> System.Security.Cryptography.X509Certificates.Pkcs12LoadLimitExceededException
Public Sub New (propertyName As String)

Parameters

propertyName
String

The name of the property representing the limit that was exceeded.

Applies to