C# 클래스 Espera.Core.Audio.PlaybackException

상속: System.Exception
파일 보기 프로젝트 열기: gazwinter/Espera

공개 메소드들

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

Initializes a new instance of the PlaybackException class.

메소드 상세

PlaybackException() 공개 메소드

Initializes a new instance of the PlaybackException class.
public PlaybackException ( string message, Exception innerException ) : System
message string The exception message.
innerException System.Exception The inner exception.
리턴 System