C# 클래스 Dapr.Actors.ActorMethodInvocationException

상속: DaprApiException
파일 보기 프로젝트 열기: dapr/dotnet-sdk

공개 메소드들

메소드 설명
ActorMethodInvocationException ( ) : System

Initializes a new instance of the ActorMethodInvocationException class.

ActorMethodInvocationException ( string message, Exception innerException, bool isTransient ) : System

Initializes a new instance of the ActorMethodInvocationException class with a specified error message and a reference to the inner exception that is the cause of this exception.

ActorMethodInvocationException ( string message, bool isTransient ) : System

Initializes a new instance of the ActorMethodInvocationException class.

메소드 상세

ActorMethodInvocationException() 공개 메소드

Initializes a new instance of the ActorMethodInvocationException class.
public ActorMethodInvocationException ( ) : System
리턴 System

ActorMethodInvocationException() 공개 메소드

Initializes a new instance of the ActorMethodInvocationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ActorMethodInvocationException ( string message, Exception innerException, bool isTransient ) : System
message string The error message that explains the reason for the exception.
innerException Exception The exception that is the cause of the current exception.
isTransient bool True, if the exception is to be treated as an transient exception.
리턴 System

ActorMethodInvocationException() 공개 메소드

Initializes a new instance of the ActorMethodInvocationException class.
public ActorMethodInvocationException ( string message, bool isTransient ) : System
message string The error message that explains the reason for the exception.
isTransient bool True, if the exception is to be treated as an transient exception.
리턴 System