C# 클래스 Google.Api.Gax.ResourceMismatchException

Exception used to indicate that an attempt was made to get or create a resource, and the retrieved resource did not match the expected constraints.
상속: System.Exception
파일 보기 프로젝트 열기: googleapis/gax-dotnet

공개 메소드들

메소드 설명
ResourceMismatchException ( string message ) : System

Constructs a new instance of the exception.

메소드 상세

ResourceMismatchException() 공개 메소드

Constructs a new instance of the exception.
public ResourceMismatchException ( string message ) : System
message string The error message for the exception.
리턴 System