메소드 | 설명 | |
---|---|---|
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 |
public InvalidIotHubConnectionStringFormatException ( ) : System | ||
리턴 | System |
public InvalidIotHubConnectionStringFormatException ( string message ) : System | ||
message | string | |
리턴 | System |
public InvalidIotHubConnectionStringFormatException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
리턴 | System |