C# 클래스 Microsoft.Azure.IoTSolutions.StorageAdapter.Services.Exceptions.ConflictingResourceException

This exception is thrown when a client attempts to create a resource which would conflict with an existing one, for instance using the same identifier. The client should change the identifier or assume the resource has already been created.
상속: Exception
파일 보기 프로젝트 열기: microsoft/MCW-IoT-and-the-Smart-City

공개 메소드들

메소드 설명
ConflictingResourceException ( ) : System
ConflictingResourceException ( string message ) : System
ConflictingResourceException ( string message, Exception innerException ) : System

메소드 상세

ConflictingResourceException() 공개 메소드

public ConflictingResourceException ( ) : System
리턴 System

ConflictingResourceException() 공개 메소드

public ConflictingResourceException ( string message ) : System
message string
리턴 System

ConflictingResourceException() 공개 메소드

public ConflictingResourceException ( string message, Exception innerException ) : System
message string
innerException Exception
리턴 System