C# 클래스 Softeq.CloudStorage.Extension.Exceptions.ContentStorageException

상속: Exception
파일 보기 프로젝트 열기: Softeq/cloudstorage.extension

공개 메소드들

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

메소드 상세

ContentStorageException() 공개 메소드

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

ContentStorageException() 공개 메소드

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