Beispiel #1
0
 internal Exception(Error code)
     : base(LibSpotify.ReadUtf8(LibSpotify.sp_error_message_r(code)))
 {
     ErrorCode = code;
 }