C# 클래스 GoDaddy.Asherah.SecureMemory.LibcOperationFailedException

상속: SystemException
파일 보기 프로젝트 열기: godaddy/asherah

공개 메소드들

메소드 설명
LibcOperationFailedException ( string methodName, long result ) : System
LibcOperationFailedException ( string methodName, long result, Exception exceptionInProgress ) : System
LibcOperationFailedException ( string methodName, long result, int errno ) : System

보호된 메소드들

메소드 설명
LibcOperationFailedException ( string methodName, long result, object optionalSuffix ) : System

메소드 상세

LibcOperationFailedException() 공개 메소드

public LibcOperationFailedException ( string methodName, long result ) : System
methodName string
result long
리턴 System

LibcOperationFailedException() 공개 메소드

public LibcOperationFailedException ( string methodName, long result, Exception exceptionInProgress ) : System
methodName string
result long
exceptionInProgress Exception
리턴 System

LibcOperationFailedException() 공개 메소드

public LibcOperationFailedException ( string methodName, long result, int errno ) : System
methodName string
result long
errno int
리턴 System

LibcOperationFailedException() 보호된 메소드

protected LibcOperationFailedException ( string methodName, long result, object optionalSuffix ) : System
methodName string
result long
optionalSuffix object
리턴 System