C# 클래스 Goedel.Cryptography.KeyFile.NoProviderSpecified

The specified key did not have a valid cryptographic provider. This may be because the key algorithm is not supported or the key parameters were found to be invalid.
상속: KeyFileException
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 프로퍼티들

프로퍼티 타입 설명
Throw global::Goedel.Utilities.ThrowDelegate

공개 메소드들

메소드 설명
NoProviderSpecified ( ) : System

Create an instance of the exception.

NoProviderSpecified ( string Description ) : System

Create an instance of the exception.

NoProviderSpecified ( string Description, System Inner ) : System

Create an instance of the exception.

비공개 메소드들

메소드 설명
_Throw ( object Reason ) : Exception

메소드 상세

NoProviderSpecified() 공개 메소드

Create an instance of the exception.
public NoProviderSpecified ( ) : System
리턴 System

NoProviderSpecified() 공개 메소드

Create an instance of the exception.
public NoProviderSpecified ( string Description ) : System
Description string Description of the error
리턴 System

NoProviderSpecified() 공개 메소드

Create an instance of the exception.
public NoProviderSpecified ( string Description, System Inner ) : System
Description string Description of the error
Inner System Inner Exception
리턴 System

프로퍼티 상세

Throw 공개적으로 정적으로 프로퍼티

The public fatory delegate
public static global::Goedel.Utilities.ThrowDelegate Throw
리턴 global::Goedel.Utilities.ThrowDelegate