Pkcs12LoadLimitExceededException(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.