C# 클래스 Microsoft.Azure.IoTSolutions.DeviceSimulation.WebService.v1.Exceptions.InvalidIotHubConnectionStringFormatException

상속: CustomException
파일 보기 프로젝트 열기: microsoft/MCW-IoT-and-the-Smart-City

공개 메소드들

메소드 설명
InvalidIotHubConnectionStringFormatException ( ) : System

This exception is thrown when the IoTHub connection string provided is not properly formatted. The correct format is: HostName=[hubname];SharedAccessKeyName=[iothubowner or service];SharedAccessKey=[null or valid key]

InvalidIotHubConnectionStringFormatException ( string message ) : System
InvalidIotHubConnectionStringFormatException ( string message, Exception innerException ) : System

메소드 상세

InvalidIotHubConnectionStringFormatException() 공개 메소드

This exception is thrown when the IoTHub connection string provided is not properly formatted. The correct format is: HostName=[hubname];SharedAccessKeyName=[iothubowner or service];SharedAccessKey=[null or valid key]
public InvalidIotHubConnectionStringFormatException ( ) : System
리턴 System

InvalidIotHubConnectionStringFormatException() 공개 메소드

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

InvalidIotHubConnectionStringFormatException() 공개 메소드

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