- Timestamp:
- 10/26/08 15:59:45 (2 months ago)
- Files:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddInViews/AudioModel.AddInViews/AudioUnsupportedException.cs
r2 r3 24 24 { 25 25 [Serializable] 26 public class UnsupportedAudioException : Exception26 public class AudioUnsupportedException : Exception 27 27 { 28 public UnsupportedAudioException()28 public AudioUnsupportedException() 29 29 : base() 30 30 { 31 31 } 32 32 33 public UnsupportedAudioException(string message)33 public AudioUnsupportedException(string message) 34 34 : base(message) 35 35 { 36 36 } 37 37 38 public UnsupportedAudioException(string message, Exception innerException)38 public AudioUnsupportedException(string message, Exception innerException) 39 39 : base(message, innerException) 40 40 { 41 41 } 42 42 43 protected UnsupportedAudioException(SerializationInfo info, StreamingContext context)43 protected AudioUnsupportedException(SerializationInfo info, StreamingContext context) 44 44 : base(info, context) 45 45 {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)