C# 클래스 FileStorage.Common

파일 보기 프로젝트 열기: Azure-Samples/storage-file-dotnet-getting-started

공개 메소드들

메소드 설명
CreateStorageAccountFromConnectionString ( string storageConnectionString ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Validates the connection string information in app.config and throws an exception if it looks like the user hasn't updated this to valid values.

WriteException ( Exception ex ) : void

메소드 상세

CreateStorageAccountFromConnectionString() 공개 정적인 메소드

Validates the connection string information in app.config and throws an exception if it looks like the user hasn't updated this to valid values.
public static CreateStorageAccountFromConnectionString ( string storageConnectionString ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount
storageConnectionString string The storage connection string
리턴 Microsoft.WindowsAzure.Storage.CloudStorageAccount

WriteException() 공개 정적인 메소드

public static WriteException ( Exception ex ) : void
ex System.Exception
리턴 void